#581D27

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

Shades of Burnt Crimson #581D27

Tints of Burnt Crimson #581D27

Color information

#581D27 (or 0x581D27) is unknown color: approx Burnt Crimson. HEX triplet: 58, 1D and 27. RGB value is (88,29,39). Sum of RGB (Red+Green+Blue) = 88+29+39=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #581D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D27 is #A7E2D8. Grayscale: #2F2F2F. Windows color (decimal): -11002585 or 2563416. OLE color: 2563416.

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

Color convert

RGB882939-
CMYK00.670.560.65
HSL349.83º50.43%22.94%-
HSV(B)349.83º67.05%34.51%-
XYZ4.833.12.26-
YUV47.78123.05156.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 39 (15.62% from 255) = 25%
R=56.41%
G=18.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88293900.670.560.65349.8350.4322.94
Hex581D27043384115e3217
Octal13035470103701015366227
Binary10110001110110011101000011111000100000110101111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,29,39); }

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

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

 a { background-color: rgb(88,29,39); }

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

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

 span { border-color: rgb(88,29,39); }

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