#730F2D

Color #730F2D Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #730F2D

Tints of Claret #730F2D

Color information

#730F2D (or 0x730F2D) is unknown color: approx Claret. HEX triplet: 73, 0F and 2D. RGB value is (115,15,45). Sum of RGB (Red+Green+Blue) = 115+15+45=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #730F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F2D is #8CF0D2. Grayscale: #303030. Windows color (decimal): -9236691 or 2953075. OLE color: 2953075.

HSL color Cylindrical-coordinate representation of color #730F2D: hue angle of 342º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F2D is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1151545-
CMYK00.870.610.55
HSL342º76.92%25.49%-
HSV(B)342º86.96%45.1%-
XYZ7.714.182.88-
YUV48.32126.13175.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 65.71%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=65.71%
G=8.57%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115154500.870.610.5534276.9225.49
Hex73F2D0573D371564d19
Octal16317550127756752611531
Binary1110011111110110101010111111101110111101010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730F2D; }

 p { color: rgb(115,15,45); }

 H1.HeaderClassName
 {
   color: #730F2D;
 }
 .AnyTagClassName
 {
   color: #730F2D;
 }
</style>
background-color css

<style>
 a { background-color: #730F2D; }

 a { background-color: rgb(115,15,45); }

 div.DivClassName
 {
   background-color: #730F2D;
 }
 .BgClassName
 {
   background-color: #730F2D;
 }
</style>
border-color css

<style>
 span { border-color: #730F2D; }

 span { border-color: rgb(115,15,45); }

 td.TdClassName
 {
   border-color: #730F2D;
 }
 .TagClassName
 {
   border-color: #730F2D;
 }
</style>