#712C42

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

Shades of Siren #712C42

Tints of Siren #712C42

Color information

#712C42 (or 0x712C42) is unknown color: approx Siren. HEX triplet: 71, 2C and 42. RGB value is (113,44,66). Sum of RGB (Red+Green+Blue) = 113+44+66=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #712C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C42 is #8ED3BD. Grayscale: #434343. Windows color (decimal): -9360318 or 4336753. OLE color: 4336753.

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

Color convert

RGB1134466-
CMYK00.610.420.56
HSL340.87º43.95%30.78%-
HSV(B)340.87º61.06%44.31%-
XYZ8.695.715.8-
YUV67.14127.36160.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=50.67%
G=19.73%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113446600.610.420.56340.8743.9530.78
Hex712C4203D2A381552c1f
Octal1615410207552705255437
Binary11100011011001000010011110110101011100010101010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,44,66); }

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

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

 a { background-color: rgb(113,44,66); }

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

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

 span { border-color: rgb(113,44,66); }

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