#55171D

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

Shades of Burnt Crimson #55171D

Tints of Burnt Crimson #55171D

Color information

#55171D (or 0x55171D) is unknown color: approx Burnt Crimson. HEX triplet: 55, 17 and 1D. RGB value is (85,23,29). Sum of RGB (Red+Green+Blue) = 85+23+29=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55171D is #AAE8E2. Grayscale: #2A2A2A. Windows color (decimal): -11200739 or 1906517. OLE color: 1906517.

HSL color Cylindrical-coordinate representation of color #55171D: hue angle of 354.19º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55171D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB852329-
CMYK00.730.660.67
HSL354.19º57.41%21.18%-
HSV(B)354.19º72.94%33.33%-
XYZ4.272.631.45-
YUV42.22120.54158.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=62.04%
G=16.79%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85232900.730.660.67354.1957.4121.18
Hex55171D04942431623915
Octal125273501111021035427125
Binary10101011011111101010010011000010100001110110001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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