#581112

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

Shades of Burnt Crimson #581112

Tints of Burnt Crimson #581112

Color information

#581112 (or 0x581112) is unknown color: approx Burnt Crimson. HEX triplet: 58, 11 and 12. RGB value is (88,17,18). Sum of RGB (Red+Green+Blue) = 88+17+18=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #581112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581112 is #A7EEED. Grayscale: #262626. Windows color (decimal): -11005678 or 1184088. OLE color: 1184088.

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

Color convert

RGB881718-
CMYK00.810.800.65
HSL359.15º67.62%20.59%-
HSV(B)359.15º80.68%34.51%-
XYZ4.332.520.83-
YUV38.34116.52163.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 71.54%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=71.54%
G=13.82%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88171800.810.800.65359.1567.6220.59
Hex58111205150411674415
Octal1302122012112010154710425
Binary101100010001100100101000110100001000001101100111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581112; }

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

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

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

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

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

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

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

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