#601415

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

Shades of Burnt Crimson #601415

Tints of Burnt Crimson #601415

Color information

#601415 (or 0x601415) is unknown color: approx Burnt Crimson. HEX triplet: 60, 14 and 15. RGB value is (96,20,21). Sum of RGB (Red+Green+Blue) = 96+20+21=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #601415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601415 is #9FEBEA. Grayscale: #2A2A2A. Windows color (decimal): -10480619 or 1381472. OLE color: 1381472.

HSL color Cylindrical-coordinate representation of color #601415: hue angle of 359.21º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601415 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB962021-
CMYK00.790.780.62
HSL359.21º65.52%22.75%-
HSV(B)359.21º79.17%37.65%-
XYZ5.213.041.02-
YUV42.84115.68165.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=70.07%
G=14.60%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96202100.790.780.62359.2165.5222.75
Hex60141504F4E3E1674217
Octal140242501171167654710227
Binary11000001010010101010011111001110111110101100111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601415; }

 p { color: rgb(96,20,21); }

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

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

 a { background-color: rgb(96,20,21); }

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

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

 span { border-color: rgb(96,20,21); }

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