#582224

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

Shades of Burnt Crimson #582224

Tints of Burnt Crimson #582224

Color information

#582224 (or 0x582224) is unknown color: approx Burnt Crimson. HEX triplet: 58, 22 and 24. RGB value is (88,34,36). Sum of RGB (Red+Green+Blue) = 88+34+36=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #582224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582224 is #A7DDDB. Grayscale: #323232. Windows color (decimal): -11001308 or 2368088. OLE color: 2368088.

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

Color convert

RGB883436-
CMYK00.610.590.65
HSL357.78º44.26%23.92%-
HSV(B)357.78º61.36%34.51%-
XYZ4.913.352.06-
YUV50.37119.89154.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=55.70%
G=21.52%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88343600.610.590.65357.7844.2623.92
Hex58222403D3B411662c18
Octal1304244075731015465430
Binary10110001000101001000111101111011100000110110011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582224; }

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

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

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

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

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

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

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

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