#581F20

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

Shades of Burnt Crimson #581F20

Tints of Burnt Crimson #581F20

Color information

#581F20 (or 0x581F20) is unknown color: approx Burnt Crimson. HEX triplet: 58, 1F and 20. RGB value is (88,31,32). Sum of RGB (Red+Green+Blue) = 88+31+32=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #581F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F20 is #A7E0DF. Grayscale: #303030. Windows color (decimal): -11002080 or 2105176. OLE color: 2105176.

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

Color convert

RGB883132-
CMYK00.650.640.65
HSL358.95º47.9%23.33%-
HSV(B)358.95º64.77%34.51%-
XYZ4.783.161.72-
YUV48.16118.88156.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=58.28%
G=20.53%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88313200.650.640.65358.9547.923.33
Hex581F2004140411673017
Octal130374001011001015476027
Binary101100011111100000010000011000000100000110110011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,31,32); }

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

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

 a { background-color: rgb(88,31,32); }

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

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

 span { border-color: rgb(88,31,32); }

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