#581E21

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

Shades of Burnt Crimson #581E21

Tints of Burnt Crimson #581E21

Color information

#581E21 (or 0x581E21) is unknown color: approx Burnt Crimson. HEX triplet: 58, 1E and 21. RGB value is (88,30,33). Sum of RGB (Red+Green+Blue) = 88+30+33=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #581E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E21 is #A7E1DE. Grayscale: #2F2F2F. Windows color (decimal): -11002335 or 2170456. OLE color: 2170456.

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

Color convert

RGB883033-
CMYK00.660.620.65
HSL356.9º49.15%23.14%-
HSV(B)356.9º65.91%34.51%-
XYZ4.763.111.79-
YUV47.68119.72156.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=58.28%
G=19.87%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88303300.660.620.65356.949.1523.14
Hex581E210423E411653117
Octal13036410102761015456127
Binary10110001111010000101000010111110100000110110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,30,33); }

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

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

 a { background-color: rgb(88,30,33); }

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

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

 span { border-color: rgb(88,30,33); }

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