#551A20

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

Shades of Burnt Crimson #551A20

Tints of Burnt Crimson #551A20

Color information

#551A20 (or 0x551A20) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1A and 20. RGB value is (85,26,32). Sum of RGB (Red+Green+Blue) = 85+26+32=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #551A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A20 is #AAE5DF. Grayscale: #2C2C2C. Windows color (decimal): -11199968 or 2103893. OLE color: 2103893.

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

Color convert

RGB852632-
CMYK00.690.620.67
HSL353.9º53.15%21.76%-
HSV(B)353.9º69.41%33.33%-
XYZ4.382.771.67-
YUV44.32121.05157.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=59.44%
G=18.18%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85263200.690.620.67353.953.1521.76
Hex551A200453E431623516
Octal12532400105761035426526
Binary10101011101010000001000101111110100001110110001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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