#601F21

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

Shades of Burnt Crimson #601F21

Tints of Burnt Crimson #601F21

Color information

#601F21 (or 0x601F21) is unknown color: approx Burnt Crimson. HEX triplet: 60, 1F and 21. RGB value is (96,31,33). Sum of RGB (Red+Green+Blue) = 96+31+33=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #601F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F21 is #9FE0DE. Grayscale: #323232. Windows color (decimal): -10477791 or 2170720. OLE color: 2170720.

HSL color Cylindrical-coordinate representation of color #601F21: hue angle of 358.15º 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 #601F21 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB963133-
CMYK00.680.660.62
HSL358.15º51.18%24.9%-
HSV(B)358.15º67.71%37.65%-
XYZ5.593.581.83-
YUV50.66118.03160.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=60%
G=19.38%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96313300.680.660.62358.1551.1824.9
Hex601F21044423E1663319
Octal14037410104102765466331
Binary11000001111110000101000100100001011111010110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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