#55181B

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

Shades of Burnt Crimson #55181B

Tints of Burnt Crimson #55181B

Color information

#55181B (or 0x55181B) is unknown color: approx Burnt Crimson. HEX triplet: 55, 18 and 1B. RGB value is (85,24,27). Sum of RGB (Red+Green+Blue) = 85+24+27=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55181B is #AAE7E4. Grayscale: #2A2A2A. Windows color (decimal): -11200485 or 1775701. OLE color: 1775701.

HSL color Cylindrical-coordinate representation of color #55181B: hue angle of 357.05º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55181B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB852427-
CMYK00.720.680.67
HSL357.05º55.96%21.37%-
HSV(B)357.05º71.76%33.33%-
XYZ4.272.661.33-
YUV42.58119.21158.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=62.5%
G=17.65%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85242700.720.680.67357.0555.9621.37
Hex55181B04844431653815
Octal125303301101041035457025
Binary10101011100011011010010001000100100001110110010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55181B; }

 p { color: rgb(85,24,27); }

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

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

 a { background-color: rgb(85,24,27); }

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

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

 span { border-color: rgb(85,24,27); }

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