#582426

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

Shades of Burnt Crimson #582426

Tints of Burnt Crimson #582426

Color information

#582426 (or 0x582426) is unknown color: approx Burnt Crimson. HEX triplet: 58, 24 and 26. RGB value is (88,36,38). Sum of RGB (Red+Green+Blue) = 88+36+38=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582426 is #A7DBD9. Grayscale: #333333. Windows color (decimal): -11000794 or 2499672. OLE color: 2499672.

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

Color convert

RGB883638-
CMYK00.590.570.65
HSL357.69º41.94%24.31%-
HSV(B)357.69º59.09%34.51%-
XYZ5.013.482.24-
YUV51.78120.23153.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=54.32%
G=22.22%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88363800.590.570.65357.6941.9424.31
Hex58242603B39411662a18
Octal1304446073711015465230
Binary10110001001001001100111011111001100000110110011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582426; }

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

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

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

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

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

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

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

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