#55181D

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

Shades of Burnt Crimson #55181D

Tints of Burnt Crimson #55181D

Color information

#55181D (or 0x55181D) is unknown color: approx Burnt Crimson. HEX triplet: 55, 18 and 1D. RGB value is (85,24,29). Sum of RGB (Red+Green+Blue) = 85+24+29=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #55181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55181D is #AAE7E2. Grayscale: #2A2A2A. Windows color (decimal): -11200483 or 1906773. OLE color: 1906773.

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

Color convert

RGB852429-
CMYK00.720.660.67
HSL355.08º55.96%21.37%-
HSV(B)355.08º71.76%33.33%-
XYZ4.292.671.45-
YUV42.81120.21158.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=61.59%
G=17.39%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85242900.720.660.67355.0855.9621.37
Hex55181D04842431633815
Octal125303501101021035437025
Binary10101011100011101010010001000010100001110110001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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