#660113

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

Shades of Burgundy #660113

Tints of Burgundy #660113

Color information

#660113 (or 0x660113) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 13. RGB value is (102,1,19). Sum of RGB (Red+Green+Blue) = 102+1+19=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #660113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660113 is #99FEEC. Grayscale: #212121. Windows color (decimal): -10092269 or 1245542. OLE color: 1245542.

HSL color Cylindrical-coordinate representation of color #660113: hue angle of 349.31º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660113 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB102119-
CMYK00.990.810.6
HSL349.31º98.06%20.2%-
HSV(B)349.31º99.02%40%-
XYZ5.612.890.88-
YUV33.25119.96177.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 83.61%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=83.61%
G=0.82%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10211900.990.810.6349.3198.0620.2
Hex66113063513C15d6214
Octal14612301431217453514224
Binary1100110110011011000111010001111100101011101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660113; }

 p { color: rgb(102,1,19); }

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

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

 a { background-color: rgb(102,1,19); }

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

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

 span { border-color: rgb(102,1,19); }

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