#551E20

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

Shades of Burnt Crimson #551E20

Tints of Burnt Crimson #551E20

Color information

#551E20 (or 0x551E20) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1E and 20. RGB value is (85,30,32). Sum of RGB (Red+Green+Blue) = 85+30+32=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #551E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E20 is #AAE1DF. Grayscale: #2E2E2E. Windows color (decimal): -11198944 or 2104917. OLE color: 2104917.

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

Color convert

RGB853032-
CMYK00.650.620.67
HSL357.82º47.83%22.55%-
HSV(B)357.82º64.71%33.33%-
XYZ4.472.961.7-
YUV46.67119.72155.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=57.82%
G=20.41%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85303200.650.620.67357.8247.8322.55
Hex551E200413E431663017
Octal12536400101761035466027
Binary10101011111010000001000001111110100001110110011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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