#55161B

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

Shades of Burnt Crimson #55161B

Tints of Burnt Crimson #55161B

Color information

#55161B (or 0x55161B) is unknown color: approx Burnt Crimson. HEX triplet: 55, 16 and 1B. RGB value is (85,22,27). Sum of RGB (Red+Green+Blue) = 85+22+27=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55161B is #AAE9E4. Grayscale: #292929. Windows color (decimal): -11200997 or 1775189. OLE color: 1775189.

HSL color Cylindrical-coordinate representation of color #55161B: hue angle of 355.24º 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 #55161B is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB852227-
CMYK00.740.680.67
HSL355.24º58.88%20.98%-
HSV(B)355.24º74.12%33.33%-
XYZ4.232.581.31-
YUV41.41119.87159.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=63.43%
G=16.42%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85222700.740.680.67355.2458.8820.98
Hex55161B04A44431633b15
Octal125263301121041035437325
Binary10101011011011011010010101000100100001110110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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