#71273A

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

Shades of Siren #71273A

Tints of Siren #71273A

Color information

#71273A (or 0x71273A) is unknown color: approx Siren. HEX triplet: 71, 27 and 3A. RGB value is (113,39,58). Sum of RGB (Red+Green+Blue) = 113+39+58=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71273A is #8ED8C5. Grayscale: #3F3F3F. Windows color (decimal): -9361606 or 3811185. OLE color: 3811185.

HSL color Cylindrical-coordinate representation of color #71273A: hue angle of 344.59º 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 #71273A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1133958-
CMYK00.650.490.56
HSL344.59º48.68%29.8%-
HSV(B)344.59º65.49%44.31%-
XYZ8.35.274.58-
YUV63.29125.02163.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=53.81%
G=18.57%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113395800.650.490.56344.5948.6829.8
Hex71273A0413138159311e
Octal1614772010161705316136
Binary11100011001111110100100000111000111100010101100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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