#71283C

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

Shades of Siren #71283C

Tints of Siren #71283C

Color information

#71283C (or 0x71283C) is unknown color: approx Siren. HEX triplet: 71, 28 and 3C. RGB value is (113,40,60). Sum of RGB (Red+Green+Blue) = 113+40+60=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71283C is #8ED7C3. Grayscale: #404040. Windows color (decimal): -9361348 or 3942513. OLE color: 3942513.

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

Color convert

RGB1134060-
CMYK00.650.470.56
HSL343.56º47.71%30%-
HSV(B)343.56º64.6%44.31%-
XYZ8.385.354.87-
YUV64.11125.68162.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=53.05%
G=18.78%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113406000.650.470.56343.5647.7130
Hex71283C0412F38158301e
Octal1615074010157705306036
Binary11100011010001111000100000110111111100010101100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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