#582229

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

Shades of Burnt Crimson #582229

Tints of Burnt Crimson #582229

Color information

#582229 (or 0x582229) is unknown color: approx Burnt Crimson. HEX triplet: 58, 22 and 29. RGB value is (88,34,41). Sum of RGB (Red+Green+Blue) = 88+34+41=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #582229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582229 is #A7DDD6. Grayscale: #323232. Windows color (decimal): -11001303 or 2695768. OLE color: 2695768.

HSL color Cylindrical-coordinate representation of color #582229: hue angle of 352.22º 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 #582229 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB883441-
CMYK00.610.530.65
HSL352.22º44.26%23.92%-
HSV(B)352.22º61.36%34.51%-
XYZ53.382.49-
YUV50.94122.39154.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=53.99%
G=20.86%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88344100.610.530.65352.2244.2623.92
Hex58222903D35411602c18
Octal1304251075651015405430
Binary10110001000101010010111101110101100000110110000010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582229; }

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

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

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

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

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

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

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

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