#581119

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

Shades of Burnt Crimson #581119

Tints of Burnt Crimson #581119

Color information

#581119 (or 0x581119) is unknown color: approx Burnt Crimson. HEX triplet: 58, 11 and 19. RGB value is (88,17,25). Sum of RGB (Red+Green+Blue) = 88+17+25=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581119 is #A7EEE6. Grayscale: #272727. Windows color (decimal): -11005671 or 1642840. OLE color: 1642840.

HSL color Cylindrical-coordinate representation of color #581119: hue angle of 353.24º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581119 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB881725-
CMYK00.810.720.65
HSL353.24º67.62%20.59%-
HSV(B)353.24º80.68%34.51%-
XYZ4.42.551.18-
YUV39.14120.02162.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.69%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=67.69%
G=13.08%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88172500.810.720.65353.2467.6220.59
Hex58111905148411614415
Octal1302131012111010154110425
Binary101100010001110010101000110010001000001101100001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581119; }

 p { color: rgb(88,17,25); }

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

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

 a { background-color: rgb(88,17,25); }

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

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

 span { border-color: rgb(88,17,25); }

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