#551014

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

Shades of Burnt Crimson #551014

Tints of Burnt Crimson #551014

Color information

#551014 (or 0x551014) is unknown color: approx Burnt Crimson. HEX triplet: 55, 10 and 14. RGB value is (85,16,20). Sum of RGB (Red+Green+Blue) = 85+16+20=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551014 is #AAEFEB. Grayscale: #252525. Windows color (decimal): -11202540 or 1314901. OLE color: 1314901.

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

Color convert

RGB851620-
CMYK00.810.760.67
HSL356.52º68.32%19.8%-
HSV(B)356.52º81.18%33.33%-
XYZ4.062.350.9-
YUV37.09118.36162.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=70.25%
G=13.22%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85162000.810.760.67356.5268.3219.8
Hex5510140514C431654414
Octal1252024012111410354510424
Binary101010110000101000101000110011001000011101100101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551014; }

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

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

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

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

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

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

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

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