#55191D

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

Shades of Burnt Crimson #55191D

Tints of Burnt Crimson #55191D

Color information

#55191D (or 0x55191D) is unknown color: approx Burnt Crimson. HEX triplet: 55, 19 and 1D. RGB value is (85,25,29). Sum of RGB (Red+Green+Blue) = 85+25+29=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #55191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55191D is #AAE6E2. Grayscale: #2B2B2B. Windows color (decimal): -11200227 or 1907029. OLE color: 1907029.

HSL color Cylindrical-coordinate representation of color #55191D: hue angle of 356º 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 #55191D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB852529-
CMYK00.710.660.67
HSL356º54.55%21.57%-
HSV(B)356º70.59%33.33%-
XYZ4.322.721.46-
YUV43.4119.88157.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 29 (11.72% from 255) = 20.86%
R=61.15%
G=17.99%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85252900.710.660.6735654.5521.57
Hex55191D04742431643716
Octal125313501071021035446726
Binary10101011100111101010001111000010100001110110010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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