#712E3C

Color #712E3C Siren (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siren #712E3C

Tints of Siren #712E3C

Color information

#712E3C (or 0x712E3C) is unknown color: approx Siren. HEX triplet: 71, 2E and 3C. RGB value is (113,46,60). Sum of RGB (Red+Green+Blue) = 113+46+60=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #712E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E3C is #8ED1C3. Grayscale: #434343. Windows color (decimal): -9359812 or 3944049. OLE color: 3944049.

HSL color Cylindrical-coordinate representation of color #712E3C: hue angle of 347.46º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712E3C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1134660-
CMYK00.590.470.56
HSL347.46º42.14%31.18%-
HSV(B)347.46º59.29%44.31%-
XYZ8.65.794.94-
YUV67.63123.7160.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=51.60%
G=21.00%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113466000.590.470.56347.4642.1431.18
Hex712E3C03B2F3815b2a1f
Octal161567407357705335237
Binary1110001101110111100011101110111111100010101101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712E3C; }

 p { color: rgb(113,46,60); }

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

<style>
 a { background-color: #712E3C; }

 a { background-color: rgb(113,46,60); }

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

<style>
 span { border-color: #712E3C; }

 span { border-color: rgb(113,46,60); }

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