#550D0E

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

Shades of Burnt Crimson #550D0E

Tints of Burnt Crimson #550D0E

Color information

#550D0E (or 0x550D0E) is unknown color: approx Burnt Crimson. HEX triplet: 55, 0D and 0E. RGB value is (85,13,14). Sum of RGB (Red+Green+Blue) = 85+13+14=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #550D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550D0E is #AAF2F1. Grayscale: #222222. Windows color (decimal): -11203314 or 920917. OLE color: 920917.

HSL color Cylindrical-coordinate representation of color #550D0E: hue angle of 359.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550D0E is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB851314-
CMYK00.850.840.67
HSL359.17º73.47%19.22%-
HSV(B)359.17º84.71%33.33%-
XYZ3.972.250.64-
YUV34.64116.35163.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.89%
GREEN value IS 13 (5.47% from 255) = 11.61%
BLUE value IS 14 (5.86% from 255) = 12.5%
R=75.89%
G=11.61%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85131400.850.840.67359.1773.4719.22
Hex55DE05554431674913
Octal1251516012512410354711123
Binary1010101110111100101010110101001000011101100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550D0E; }

 p { color: rgb(85,13,14); }

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

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

 a { background-color: rgb(85,13,14); }

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

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

 span { border-color: rgb(85,13,14); }

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