#582228

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

Shades of Burnt Crimson #582228

Tints of Burnt Crimson #582228

Color information

#582228 (or 0x582228) is unknown color: approx Burnt Crimson. HEX triplet: 58, 22 and 28. RGB value is (88,34,40). Sum of RGB (Red+Green+Blue) = 88+34+40=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582228 is #A7DDD7. Grayscale: #323232. Windows color (decimal): -11001304 or 2630232. OLE color: 2630232.

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

Color convert

RGB883440-
CMYK00.610.550.65
HSL353.33º44.26%23.92%-
HSV(B)353.33º61.36%34.51%-
XYZ4.983.372.4-
YUV50.83121.89154.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=54.32%
G=20.99%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88344000.610.550.65353.3344.2623.92
Hex58222803D37411612c18
Octal1304250075671015415430
Binary10110001000101010000111101110111100000110110000110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582228; }

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

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

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

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

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

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

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

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