#551F20

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

Shades of Burnt Crimson #551F20

Tints of Burnt Crimson #551F20

Color information

#551F20 (or 0x551F20) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1F and 20. RGB value is (85,31,32). Sum of RGB (Red+Green+Blue) = 85+31+32=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F20 is #AAE0DF. Grayscale: #2F2F2F. Windows color (decimal): -11198688 or 2105173. OLE color: 2105173.

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

Color convert

RGB853132-
CMYK00.640.620.67
HSL358.89º46.55%22.75%-
HSV(B)358.89º63.53%33.33%-
XYZ4.53.021.71-
YUV47.26119.39154.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=57.43%
G=20.95%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85313200.640.620.67358.8946.5522.75
Hex551F200403E431672f17
Octal12537400100761035475727
Binary10101011111110000001000000111110100001110110011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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