#581C24

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

Shades of Burnt Crimson #581C24

Tints of Burnt Crimson #581C24

Color information

#581C24 (or 0x581C24) is unknown color: approx Burnt Crimson. HEX triplet: 58, 1C and 24. RGB value is (88,28,36). Sum of RGB (Red+Green+Blue) = 88+28+36=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #581C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C24 is #A7E3DB. Grayscale: #2E2E2E. Windows color (decimal): -11002844 or 2366552. OLE color: 2366552.

HSL color Cylindrical-coordinate representation of color #581C24: hue angle of 352º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C24 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB882836-
CMYK00.680.590.65
HSL352º51.72%22.75%-
HSV(B)352º68.18%34.51%-
XYZ4.763.032-
YUV46.85121.88157.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=57.89%
G=18.42%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88283600.680.590.6535251.7222.75
Hex581C240443B411603417
Octal13034440104731015406427
Binary10110001110010010001000100111011100000110110000011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581C24; }

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

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

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

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

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

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

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

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