#55161A

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

Shades of Burnt Crimson #55161A

Tints of Burnt Crimson #55161A

Color information

#55161A (or 0x55161A) is unknown color: approx Burnt Crimson. HEX triplet: 55, 16 and 1A. RGB value is (85,22,26). Sum of RGB (Red+Green+Blue) = 85+22+26=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55161A is #AAE9E5. Grayscale: #292929. Windows color (decimal): -11200998 or 1709653. OLE color: 1709653.

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

Color convert

RGB852226-
CMYK00.740.690.67
HSL356.19º58.88%20.98%-
HSV(B)356.19º74.12%33.33%-
XYZ4.222.581.25-
YUV41.29119.37159.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=63.91%
G=16.54%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85222600.740.690.67356.1958.8820.98
Hex55161A04A45431643b15
Octal125263201121051035447325
Binary10101011011011010010010101000101100001110110010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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