#55181F

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

Shades of Burnt Crimson #55181F

Tints of Burnt Crimson #55181F

Color information

#55181F (or 0x55181F) is unknown color: approx Burnt Crimson. HEX triplet: 55, 18 and 1F. RGB value is (85,24,31). Sum of RGB (Red+Green+Blue) = 85+24+31=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #55181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55181F is #AAE7E0. Grayscale: #2B2B2B. Windows color (decimal): -11200481 or 2037845. OLE color: 2037845.

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

Color convert

RGB852431-
CMYK00.720.640.67
HSL353.11º55.96%21.37%-
HSV(B)353.11º71.76%33.33%-
XYZ4.322.681.59-
YUV43.04121.21157.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=60.71%
G=17.14%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85243100.720.640.67353.1155.9621.37
Hex55181F04840431613815
Octal125303701101001035417025
Binary10101011100011111010010001000000100001110110000111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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