#582024

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

Shades of Burnt Crimson #582024

Tints of Burnt Crimson #582024

Color information

#582024 (or 0x582024) is unknown color: approx Burnt Crimson. HEX triplet: 58, 20 and 24. RGB value is (88,32,36). Sum of RGB (Red+Green+Blue) = 88+32+36=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #582024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582024 is #A7DFDB. Grayscale: #313131. Windows color (decimal): -11001820 or 2367576. OLE color: 2367576.

HSL color Cylindrical-coordinate representation of color #582024: hue angle of 355.71º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582024 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB883236-
CMYK00.640.590.65
HSL355.71º46.67%23.53%-
HSV(B)355.71º63.64%34.51%-
XYZ4.863.242.04-
YUV49.2120.55155.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=56.41%
G=20.51%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88323600.640.590.65355.7146.6723.53
Hex5820240403B411642f18
Octal13040440100731015445730
Binary101100010000010010001000000111011100000110110010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582024; }

 p { color: rgb(88,32,36); }

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

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

 a { background-color: rgb(88,32,36); }

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

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

 span { border-color: rgb(88,32,36); }

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