#601F20

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

Shades of Burnt Crimson #601F20

Tints of Burnt Crimson #601F20

Color information

#601F20 (or 0x601F20) is unknown color: approx Burnt Crimson. HEX triplet: 60, 1F and 20. RGB value is (96,31,32). Sum of RGB (Red+Green+Blue) = 96+31+32=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #601F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F20 is #9FE0DF. Grayscale: #323232. Windows color (decimal): -10477792 or 2105184. OLE color: 2105184.

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

Color convert

RGB963132-
CMYK00.680.670.62
HSL359.08º51.18%24.9%-
HSV(B)359.08º67.71%37.65%-
XYZ5.573.571.76-
YUV50.55117.53160.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 31 (12.5% from 255) = 19.50%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=60.38%
G=19.50%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96313200.680.670.62359.0851.1824.9
Hex601F20044433E1673319
Octal14037400104103765476331
Binary11000001111110000001000100100001111111010110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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