#582226

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

Shades of Burnt Crimson #582226

Tints of Burnt Crimson #582226

Color information

#582226 (or 0x582226) is unknown color: approx Burnt Crimson. HEX triplet: 58, 22 and 26. RGB value is (88,34,38). Sum of RGB (Red+Green+Blue) = 88+34+38=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582226 is #A7DDD9. Grayscale: #323232. Windows color (decimal): -11001306 or 2499160. OLE color: 2499160.

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

Color convert

RGB883438-
CMYK00.610.570.65
HSL355.56º44.26%23.92%-
HSV(B)355.56º61.36%34.51%-
XYZ4.953.362.22-
YUV50.6120.89154.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=55%
G=21.25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88343800.610.570.65355.5644.2623.92
Hex58222603D39411642c18
Octal1304246075711015445430
Binary10110001000101001100111101111001100000110110010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582226; }

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

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

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

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

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

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

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

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