#582122

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

Shades of Burnt Crimson #582122

Tints of Burnt Crimson #582122

Color information

#582122 (or 0x582122) is unknown color: approx Burnt Crimson. HEX triplet: 58, 21 and 22. RGB value is (88,33,34). Sum of RGB (Red+Green+Blue) = 88+33+34=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #582122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582122 is #A7DEDD. Grayscale: #313131. Windows color (decimal): -11001566 or 2236760. OLE color: 2236760.

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

Color convert

RGB883334-
CMYK00.620.610.65
HSL358.91º45.45%23.73%-
HSV(B)358.91º62.5%34.51%-
XYZ4.863.281.89-
YUV49.56119.22155.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.77%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=56.77%
G=21.29%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88333400.620.610.65358.9145.4523.73
Hex58212203E3D411672d18
Octal1304142076751015475530
Binary10110001000011000100111110111101100000110110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582122; }

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

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

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

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

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

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

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

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