#551D20

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

Shades of Burnt Crimson #551D20

Tints of Burnt Crimson #551D20

Color information

#551D20 (or 0x551D20) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1D and 20. RGB value is (85,29,32). Sum of RGB (Red+Green+Blue) = 85+29+32=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D20 is #AAE2DF. Grayscale: #2E2E2E. Windows color (decimal): -11199200 or 2104661. OLE color: 2104661.

HSL color Cylindrical-coordinate representation of color #551D20: hue angle of 356.79º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D20 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB852932-
CMYK00.660.620.67
HSL356.79º49.12%22.35%-
HSV(B)356.79º65.88%33.33%-
XYZ4.452.911.69-
YUV46.09120.05155.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=58.22%
G=19.86%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85293200.660.620.67356.7949.1222.35
Hex551D200423E431653116
Octal12535400102761035456126
Binary10101011110110000001000010111110100001110110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551D20; }

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

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

<style>
 a { background-color: #551D20; }

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

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

<style>
 span { border-color: #551D20; }

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

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