#71213D

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

Shades of Siren #71213D

Tints of Siren #71213D

Color information

#71213D (or 0x71213D) is unknown color: approx Siren. HEX triplet: 71, 21 and 3D. RGB value is (113,33,61). Sum of RGB (Red+Green+Blue) = 113+33+61=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71213D is #8EDEC2. Grayscale: #3C3C3C. Windows color (decimal): -9363139 or 4006257. OLE color: 4006257.

HSL color Cylindrical-coordinate representation of color #71213D: hue angle of 339º 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 #71213D is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1133361-
CMYK00.710.460.56
HSL339º54.79%28.63%-
HSV(B)339º70.8%44.31%-
XYZ8.24.944.94-
YUV60.11128.5165.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=54.59%
G=15.94%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113336100.710.460.5633954.7928.63
Hex71213D0472E38153371d
Octal1614175010756705236735
Binary11100011000011111010100011110111011100010101001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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