#55191A

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

Shades of Burnt Crimson #55191A

Tints of Burnt Crimson #55191A

Color information

#55191A (or 0x55191A) is unknown color: approx Burnt Crimson. HEX triplet: 55, 19 and 1A. RGB value is (85,25,26). Sum of RGB (Red+Green+Blue) = 85+25+26=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55191A is #AAE6E5. Grayscale: #2B2B2B. Windows color (decimal): -11200230 or 1710421. OLE color: 1710421.

HSL color Cylindrical-coordinate representation of color #55191A: hue angle of 359º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55191A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB852526-
CMYK00.710.690.67
HSL359º54.55%21.57%-
HSV(B)359º70.59%33.33%-
XYZ4.282.71.27-
YUV43.05118.38157.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=62.5%
G=18.38%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85252600.710.690.6735954.5521.57
Hex55191A04745431673716
Octal125313201071051035476726
Binary10101011100111010010001111000101100001110110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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