#601E1F

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

Shades of Burnt Crimson #601E1F

Tints of Burnt Crimson #601E1F

Color information

#601E1F (or 0x601E1F) is unknown color: approx Burnt Crimson. HEX triplet: 60, 1E and 1F. RGB value is (96,30,31). Sum of RGB (Red+Green+Blue) = 96+30+31=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #601E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E1F is #9FE1E0. Grayscale: #313131. Windows color (decimal): -10478049 or 2039392. OLE color: 2039392.

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

Color convert

RGB963031-
CMYK00.690.680.62
HSL359.09º52.38%24.71%-
HSV(B)359.09º68.75%37.65%-
XYZ5.543.511.68-
YUV49.85117.37160.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=61.15%
G=19.11%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96303100.690.680.62359.0952.3824.71
Hex601E1F045443E1673419
Octal14036370105104765476431
Binary1100000111101111101000101100010011111010110011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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