#55161C

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

Shades of Burnt Crimson #55161C

Tints of Burnt Crimson #55161C

Color information

#55161C (or 0x55161C) is unknown color: approx Burnt Crimson. HEX triplet: 55, 16 and 1C. RGB value is (85,22,28). Sum of RGB (Red+Green+Blue) = 85+22+28=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55161C is #AAE9E3. Grayscale: #292929. Windows color (decimal): -11200996 or 1840725. OLE color: 1840725.

HSL color Cylindrical-coordinate representation of color #55161C: hue angle of 354.29º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55161C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB852228-
CMYK00.740.670.67
HSL354.29º58.88%20.98%-
HSV(B)354.29º74.12%33.33%-
XYZ4.242.591.37-
YUV41.52120.37159.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.96%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=62.96%
G=16.30%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85222800.740.670.67354.2958.8820.98
Hex55161C04A43431623b15
Octal125263401121031035427325
Binary10101011011011100010010101000011100001110110001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55161C; }

 p { color: rgb(85,22,28); }

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

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

 a { background-color: rgb(85,22,28); }

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

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

 span { border-color: rgb(85,22,28); }

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