Html Css Color HEX #660114 Burgundy

📋 copy color: '#660114'

red 102 ◦ green 1 ◦ blue 20

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

Shades of Burgundy #660114

Tints of Burgundy #660114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 82.93%
G = 0.81%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#660114 (or 0x660114) is known color: Burgundy. HEX triplet: 66, 01 and 14. RGB value is (102,1,20). Sum of RGB (Red+Green+Blue) = 102+1+20=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #660114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660114 is #99FEEB. Grayscale: #212121. Windows color (decimal): -10092268 or 1311078. OLE color: 1311078.

HSL color Cylindrical-coordinate representation of color #660114: hue angle of 348.71º 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 #660114 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 1 20 -
CMYK 0 0.99 0.80 0.6
HSL 348.71º 0.98% 0.2% -
HSV(B) 348.71º 0.99% 0.4% -
XYZ 5.62 2.9 0.92 -
YUV 33.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 102 1 20 0 0.99 0.80 0.6 348.71 0.98 0.2
Hex 66 1 14 0 63 50 3C 15D 62 14
Octal 146 1 24 0 143 120 74 535 142 24
Binary 1100110 1 10100 0 1100011 1010000 111100 101011101 1100010 10100

Color Harmonies of #660114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660114

Black with #660114

Text Example


Text Example

White with #660114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660114; }

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

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

background-color css

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

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

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

border-color css

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

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

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