#71223C

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

Shades of Siren #71223C

Tints of Siren #71223C

Color information

#71223C (or 0x71223C) is unknown color: approx Siren. HEX triplet: 71, 22 and 3C. RGB value is (113,34,60). Sum of RGB (Red+Green+Blue) = 113+34+60=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71223C is #8EDDC3. Grayscale: #3C3C3C. Windows color (decimal): -9362884 or 3940977. OLE color: 3940977.

HSL color Cylindrical-coordinate representation of color #71223C: hue angle of 340.25º 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 #71223C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1133460-
CMYK00.700.470.56
HSL340.25º53.74%28.82%-
HSV(B)340.25º69.91%44.31%-
XYZ8.24.984.8-
YUV60.58127.67165.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=54.59%
G=16.43%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113346000.700.470.56340.2553.7428.82
Hex71223C0462F38154361d
Octal1614274010657705246635
Binary11100011000101111000100011010111111100010101010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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