#71223B

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

Shades of Siren #71223B

Tints of Siren #71223B

Color information

#71223B (or 0x71223B) is unknown color: approx Siren. HEX triplet: 71, 22 and 3B. RGB value is (113,34,59). Sum of RGB (Red+Green+Blue) = 113+34+59=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71223B is #8EDDC4. Grayscale: #3C3C3C. Windows color (decimal): -9362885 or 3875441. OLE color: 3875441.

HSL color Cylindrical-coordinate representation of color #71223B: hue angle of 341.01º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71223B is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1133459-
CMYK00.700.480.56
HSL341.01º53.74%28.82%-
HSV(B)341.01º69.91%44.31%-
XYZ8.174.974.67-
YUV60.47127.17165.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 59 (23.44% from 255) = 28.64%
R=54.85%
G=16.50%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113345900.700.480.56341.0153.7428.82
Hex71223B0463038155361d
Octal1614273010660705256635
Binary11100011000101110110100011011000011100010101010111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71223B; }

 p { color: rgb(113,34,59); }

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

<style>
 a { background-color: #71223B; }

 a { background-color: rgb(113,34,59); }

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

<style>
 span { border-color: #71223B; }

 span { border-color: rgb(113,34,59); }

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