#582529

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

Shades of Burnt Crimson #582529

Tints of Burnt Crimson #582529

Color information

#582529 (or 0x582529) is unknown color: approx Burnt Crimson. HEX triplet: 58, 25 and 29. RGB value is (88,37,41). Sum of RGB (Red+Green+Blue) = 88+37+41=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #582529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582529 is #A7DAD6. Grayscale: #343434. Windows color (decimal): -11000535 or 2696536. OLE color: 2696536.

HSL color Cylindrical-coordinate representation of color #582529: hue angle of 355.29º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582529 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB883741-
CMYK00.580.530.65
HSL355.29º40.8%24.51%-
HSV(B)355.29º57.95%34.51%-
XYZ5.093.562.52-
YUV52.7121.4153.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=53.01%
G=22.29%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88374100.580.530.65355.2940.824.51
Hex58252903A35411632919
Octal1304551072651015435131
Binary10110001001011010010111010110101100000110110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582529; }

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

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

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

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

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

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

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

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