#551013

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

Shades of Burnt Crimson #551013

Tints of Burnt Crimson #551013

Color information

#551013 (or 0x551013) is unknown color: approx Burnt Crimson. HEX triplet: 55, 10 and 13. RGB value is (85,16,19). Sum of RGB (Red+Green+Blue) = 85+16+19=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #551013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551013 is #AAEFEC. Grayscale: #252525. Windows color (decimal): -11202541 or 1249365. OLE color: 1249365.

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

Color convert

RGB851619-
CMYK00.810.780.67
HSL357.39º68.32%19.8%-
HSV(B)357.39º81.18%33.33%-
XYZ4.052.350.86-
YUV36.97117.86162.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.83%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=70.83%
G=13.33%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85161900.810.780.67357.3968.3219.8
Hex5510130514E431654414
Octal1252023012111610354510424
Binary101010110000100110101000110011101000011101100101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551013; }

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

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

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

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

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

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

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

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