#551115

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

Shades of Burnt Crimson #551115

Tints of Burnt Crimson #551115

Color information

#551115 (or 0x551115) is unknown color: approx Burnt Crimson. HEX triplet: 55, 11 and 15. RGB value is (85,17,21). Sum of RGB (Red+Green+Blue) = 85+17+21=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551115 is #AAEEEA. Grayscale: #252525. Windows color (decimal): -11202283 or 1380693. OLE color: 1380693.

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

Color convert

RGB851721-
CMYK00.800.750.67
HSL356.47º66.67%20%-
HSV(B)356.47º80%33.33%-
XYZ4.082.390.95-
YUV37.79118.53161.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.11%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=69.11%
G=13.82%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85172100.800.750.67356.4766.6720
Hex5511150504B431644314
Octal1252125012011310354410324
Binary101010110001101010101000010010111000011101100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551115; }

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

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

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

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

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

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

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

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