#71273E

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

Shades of Siren #71273E

Tints of Siren #71273E

Color information

#71273E (or 0x71273E) is unknown color: approx Siren. HEX triplet: 71, 27 and 3E. RGB value is (113,39,62). Sum of RGB (Red+Green+Blue) = 113+39+62=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71273E is #8ED8C1. Grayscale: #3F3F3F. Windows color (decimal): -9361602 or 4073329. OLE color: 4073329.

HSL color Cylindrical-coordinate representation of color #71273E: hue angle of 341.35º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71273E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1133962-
CMYK00.650.450.56
HSL341.35º48.68%29.8%-
HSV(B)341.35º65.49%44.31%-
XYZ8.415.315.14-
YUV63.75127.02163.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=52.80%
G=18.22%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113396200.650.450.56341.3548.6829.8
Hex71273E0412D38155311e
Octal1614776010155705256136
Binary11100011001111111100100000110110111100010101010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71273E; }

 p { color: rgb(113,39,62); }

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

<style>
 a { background-color: #71273E; }

 a { background-color: rgb(113,39,62); }

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

<style>
 span { border-color: #71273E; }

 span { border-color: rgb(113,39,62); }

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