#55171C

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

Shades of Burnt Crimson #55171C

Tints of Burnt Crimson #55171C

Color information

#55171C (or 0x55171C) is unknown color: approx Burnt Crimson. HEX triplet: 55, 17 and 1C. RGB value is (85,23,28). Sum of RGB (Red+Green+Blue) = 85+23+28=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55171C is #AAE8E3. Grayscale: #2A2A2A. Windows color (decimal): -11200740 or 1840981. OLE color: 1840981.

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

Color convert

RGB852328-
CMYK00.730.670.67
HSL355.16º57.41%21.18%-
HSV(B)355.16º72.94%33.33%-
XYZ4.262.631.38-
YUV42.11120.04158.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=62.5%
G=16.91%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85232800.730.670.67355.1657.4121.18
Hex55171C04943431633915
Octal125273401111031035437125
Binary10101011011111100010010011000011100001110110001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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