#71283B

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

Shades of Siren #71283B

Tints of Siren #71283B

Color information

#71283B (or 0x71283B) is unknown color: approx Siren. HEX triplet: 71, 28 and 3B. RGB value is (113,40,59). Sum of RGB (Red+Green+Blue) = 113+40+59=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71283B is #8ED7C4. Grayscale: #3F3F3F. Windows color (decimal): -9361349 or 3876977. OLE color: 3876977.

HSL color Cylindrical-coordinate representation of color #71283B: hue angle of 344.38º degrees, saturation: 0.48, 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 #71283B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1134059-
CMYK00.650.480.56
HSL344.38º47.71%30%-
HSV(B)344.38º64.6%44.31%-
XYZ8.365.344.73-
YUV63.99125.18162.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 59 (23.44% from 255) = 27.83%
R=53.30%
G=18.87%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113405900.650.480.56344.3847.7130
Hex71283B0413038158301e
Octal1615073010160705306036
Binary11100011010001110110100000111000011100010101100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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