#611E20

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

Shades of Burnt Crimson #611E20

Tints of Burnt Crimson #611E20

Color information

#611E20 (or 0x611E20) is unknown color: approx Burnt Crimson. HEX triplet: 61, 1E and 20. RGB value is (97,30,32). Sum of RGB (Red+Green+Blue) = 97+30+32=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #611E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E20 is #9EE1DF. Grayscale: #323232. Windows color (decimal): -10412512 or 2104929. OLE color: 2104929.

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

Color convert

RGB973032-
CMYK00.690.670.62
HSL358.21º52.76%24.9%-
HSV(B)358.21º69.07%38.04%-
XYZ5.653.571.76-
YUV50.26117.7161.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=61.01%
G=18.87%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97303200.690.670.62358.2152.7624.9
Hex611E20045433E1663519
Octal14136400105103765466531
Binary11000011111010000001000101100001111111010110011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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