#551011

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

Shades of Burnt Crimson #551011

Tints of Burnt Crimson #551011

Color information

#551011 (or 0x551011) is unknown color: approx Burnt Crimson. HEX triplet: 55, 10 and 11. RGB value is (85,16,17). Sum of RGB (Red+Green+Blue) = 85+16+17=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551011 is #AAEFEE. Grayscale: #242424. Windows color (decimal): -11202543 or 1118293. OLE color: 1118293.

HSL color Cylindrical-coordinate representation of color #551011: hue angle of 359.13º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551011 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB851617-
CMYK00.810.800.67
HSL359.13º68.32%19.8%-
HSV(B)359.13º81.18%33.33%-
XYZ4.032.340.77-
YUV36.75116.86162.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=72.03%
G=13.56%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85161700.810.800.67359.1368.3219.8
Hex55101105150431674414
Octal1252021012112010354710424
Binary101010110000100010101000110100001000011101100111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551011; }

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

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

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

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

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

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

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

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