#580E15

Color #580E15 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #580E15

Tints of Burnt Crimson #580E15

Color information

#580E15 (or 0x580E15) is unknown color: approx Burnt Crimson. HEX triplet: 58, 0E and 15. RGB value is (88,14,21). Sum of RGB (Red+Green+Blue) = 88+14+21=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #580E15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580E15 is #A7F1EA. Grayscale: #242424. Windows color (decimal): -11006443 or 1379928. OLE color: 1379928.

HSL color Cylindrical-coordinate representation of color #580E15: hue angle of 354.32º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E15 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB881421-
CMYK00.840.760.65
HSL354.32º72.55%20%-
HSV(B)354.32º84.09%34.51%-
XYZ4.322.440.95-
YUV36.92119.02164.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 71.54%
GREEN value IS 14 (5.86% from 255) = 11.38%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=71.54%
G=11.38%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88142100.840.760.65354.3272.5520
Hex58E150544C411624914
Octal1301625012411410154211124
Binary10110001110101010101010010011001000001101100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580E15; }

 p { color: rgb(88,14,21); }

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

<style>
 a { background-color: #580E15; }

 a { background-color: rgb(88,14,21); }

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

<style>
 span { border-color: #580E15; }

 span { border-color: rgb(88,14,21); }

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