Html Css Color HEX #660411 Burgundy

📋 copy color: '#660411'

red 102 ◦ green 4 ◦ blue 17

#660411
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #660411

Tints of Burgundy #660411

RGB

 RED value IS 102 (40.23% from 255) = 82.93%

 GREEN value IS 4 (1.95% from 255) = 3.25%

 BLUE value IS 17 (7.03% from 255) = 13.82%

R = 82.93%
G = 3.25%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#660411 (or 0x660411) is known color: Burgundy. HEX triplet: 66, 04 and 11. RGB value is (102,4,17). Sum of RGB (Red+Green+Blue) = 102+4+17=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #660411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660411 is #99FBEE. Grayscale: #222222. Windows color (decimal): -10091503 or 1115238. OLE color: 1115238.

HSL color Cylindrical-coordinate representation of color #660411: hue angle of 352.04º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660411 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 17 -
CMYK 0 0.96 0.83 0.6
HSL 352.04º 0.92% 0.21% -
HSV(B) 352.04º 0.96% 0.4% -
XYZ 5.62 2.95 0.8 -
YUV 34.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 102 4 17 0 0.96 0.83 0.6 352.04 0.92 0.21
Hex 66 4 11 0 60 53 3C 160 5C 15
Octal 146 4 21 0 140 123 74 540 134 25
Binary 1100110 100 10001 0 1100000 1010011 111100 101100000 1011100 10101

Color Harmonies of #660411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660411

Black with #660411

Text Example


Text Example

White with #660411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660411; }

 p { color: rgb(102,4,17); }

 H1.HeaderClassName
 {
   color: #660411;
 }
 .AnyTagClassName
 {
   color: #660411;
 }
</style>

background-color css

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

 a { background-color: rgb(102,4,17); }

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

border-color css

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

 span { border-color: rgb(102,4,17); }

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