#601314

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

Shades of Burnt Crimson #601314

Tints of Burnt Crimson #601314

Color information

#601314 (or 0x601314) is unknown color: approx Burnt Crimson. HEX triplet: 60, 13 and 14. RGB value is (96,19,20). Sum of RGB (Red+Green+Blue) = 96+19+20=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #601314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601314 is #9FECEB. Grayscale: #2A2A2A. Windows color (decimal): -10480876 or 1315680. OLE color: 1315680.

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

Color convert

RGB961920-
CMYK00.800.790.62
HSL359.22º66.96%22.55%-
HSV(B)359.22º80.21%37.65%-
XYZ5.1830.97-
YUV42.14115.51166.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.11%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=71.11%
G=14.07%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96192000.800.790.62359.2266.9622.55
Hex6013140504F3E1674317
Octal140232401201177654710327
Binary11000001001110100010100001001111111110101100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601314; }

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

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

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

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

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

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

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

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