#581011

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

Shades of Burnt Crimson #581011

Tints of Burnt Crimson #581011

Color information

#581011 (or 0x581011) is unknown color: approx Burnt Crimson. HEX triplet: 58, 10 and 11. RGB value is (88,16,17). Sum of RGB (Red+Green+Blue) = 88+16+17=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #581011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581011 is #A7EFEE. Grayscale: #252525. Windows color (decimal): -11005935 or 1118296. OLE color: 1118296.

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

Color convert

RGB881617-
CMYK00.820.810.65
HSL359.17º69.23%20.39%-
HSV(B)359.17º81.82%34.51%-
XYZ4.312.490.78-
YUV37.64116.35163.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=72.73%
G=13.22%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88161700.820.810.65359.1769.2320.39
Hex58101105251411674514
Octal1302021012212110154710524
Binary101100010000100010101001010100011000001101100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581011; }

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

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

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

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

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

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

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

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