#581F28

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

Shades of Burnt Crimson #581F28

Tints of Burnt Crimson #581F28

Color information

#581F28 (or 0x581F28) is unknown color: approx Burnt Crimson. HEX triplet: 58, 1F and 28. RGB value is (88,31,40). Sum of RGB (Red+Green+Blue) = 88+31+40=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #581F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F28 is #A7E0D7. Grayscale: #313131. Windows color (decimal): -11002072 or 2629464. OLE color: 2629464.

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

Color convert

RGB883140-
CMYK00.650.550.65
HSL350.53º47.9%23.33%-
HSV(B)350.53º64.77%34.51%-
XYZ4.93.212.37-
YUV49.07122.88155.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 31 (12.5% from 255) = 19.50%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=55.35%
G=19.50%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88314000.650.550.65350.5347.923.33
Hex581F28041374115f3017
Octal13037500101671015376027
Binary10110001111110100001000001110111100000110101111111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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