#551114

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

Shades of Burnt Crimson #551114

Tints of Burnt Crimson #551114

Color information

#551114 (or 0x551114) is unknown color: approx Burnt Crimson. HEX triplet: 55, 11 and 14. RGB value is (85,17,20). Sum of RGB (Red+Green+Blue) = 85+17+20=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551114 is #AAEEEB. Grayscale: #252525. Windows color (decimal): -11202284 or 1315157. OLE color: 1315157.

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

Color convert

RGB851720-
CMYK00.800.760.67
HSL357.35º66.67%20%-
HSV(B)357.35º80%33.33%-
XYZ4.072.380.91-
YUV37.67118.03161.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=69.67%
G=13.93%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85172000.800.760.67357.3566.6720
Hex5511140504C431654314
Octal1252124012011410354510324
Binary101010110001101000101000010011001000011101100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551114; }

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

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

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

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

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

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

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

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