#551113

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

Shades of Burnt Crimson #551113

Tints of Burnt Crimson #551113

Color information

#551113 (or 0x551113) is unknown color: approx Burnt Crimson. HEX triplet: 55, 11 and 13. RGB value is (85,17,19). Sum of RGB (Red+Green+Blue) = 85+17+19=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551113 is #AAEEEC. Grayscale: #252525. Windows color (decimal): -11202285 or 1249621. OLE color: 1249621.

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

Color convert

RGB851719-
CMYK00.800.780.67
HSL358.24º66.67%20%-
HSV(B)358.24º80%33.33%-
XYZ4.062.380.86-
YUV37.56117.53161.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=70.25%
G=14.05%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85171900.800.780.67358.2466.6720
Hex5511130504E431664314
Octal1252123012011610354610324
Binary101010110001100110101000010011101000011101100110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551113; }

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

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

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

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

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

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

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

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