#581C23

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

Shades of Burnt Crimson #581C23

Tints of Burnt Crimson #581C23

Color information

#581C23 (or 0x581C23) is unknown color: approx Burnt Crimson. HEX triplet: 58, 1C and 23. RGB value is (88,28,35). Sum of RGB (Red+Green+Blue) = 88+28+35=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #581C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C23 is #A7E3DC. Grayscale: #2E2E2E. Windows color (decimal): -11002845 or 2301016. OLE color: 2301016.

HSL color Cylindrical-coordinate representation of color #581C23: hue angle of 353º 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 #581C23 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB882835-
CMYK00.680.600.65
HSL353º51.72%22.75%-
HSV(B)353º68.18%34.51%-
XYZ4.743.031.92-
YUV46.74121.38157.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=58.28%
G=18.54%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88283500.680.600.6535351.7222.75
Hex581C230443C411613417
Octal13034430104741015416427
Binary10110001110010001101000100111100100000110110000111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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