#71213C

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

Shades of Siren #71213C

Tints of Siren #71213C

Color information

#71213C (or 0x71213C) is unknown color: approx Siren. HEX triplet: 71, 21 and 3C. RGB value is (113,33,60). Sum of RGB (Red+Green+Blue) = 113+33+60=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71213C is #8EDEC3. Grayscale: #3B3B3B. Windows color (decimal): -9363140 or 3940721. OLE color: 3940721.

HSL color Cylindrical-coordinate representation of color #71213C: hue angle of 339.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71213C is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1133360-
CMYK00.710.470.56
HSL339.75º54.79%28.63%-
HSV(B)339.75º70.8%44.31%-
XYZ8.174.924.79-
YUV60128165.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=54.85%
G=16.02%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113336000.710.470.56339.7554.7928.63
Hex71213C0472F38154371d
Octal1614174010757705246735
Binary11100011000011111000100011110111111100010101010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71213C; }

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

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

<style>
 a { background-color: #71213C; }

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

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

<style>
 span { border-color: #71213C; }

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

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