#601D1F

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

Shades of Burnt Crimson #601D1F

Tints of Burnt Crimson #601D1F

Color information

#601D1F (or 0x601D1F) is unknown color: approx Burnt Crimson. HEX triplet: 60, 1D and 1F. RGB value is (96,29,31). Sum of RGB (Red+Green+Blue) = 96+29+31=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #601D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D1F is #9FE2E0. Grayscale: #313131. Windows color (decimal): -10478305 or 2039136. OLE color: 2039136.

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

Color convert

RGB962931-
CMYK00.700.680.62
HSL358.21º53.6%24.51%-
HSV(B)358.21º69.79%37.65%-
XYZ5.513.461.67-
YUV49.26117.7161.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=61.54%
G=18.59%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96293100.700.680.62358.2153.624.51
Hex601D1F046443E1663619
Octal14035370106104765466631
Binary1100000111011111101000110100010011111010110011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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