Html Css Color HEX #660120 Burgundy

📋 copy color: '#660120'

red 102 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #660120

Tints of Burgundy #660120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 75.56%
G = 0.74%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#660120 (or 0x660120) is known color: Burgundy. HEX triplet: 66, 01 and 20. RGB value is (102,1,32). Sum of RGB (Red+Green+Blue) = 102+1+32=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #660120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660120 is #99FEDF. Grayscale: #222222. Windows color (decimal): -10092256 or 2097510. OLE color: 2097510.

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

Color convert

RGB 102 1 32 -
CMYK 0 0.99 0.69 0.6
HSL 341.58º 0.98% 0.2% -
HSV(B) 341.58º 0.99% 0.4% -
XYZ 5.75 2.95 1.63 -
YUV 34.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 102 1 32 0 0.99 0.69 0.6 341.58 0.98 0.2
Hex 66 1 20 0 63 45 3C 156 62 14
Octal 146 1 40 0 143 105 74 526 142 24
Binary 1100110 1 100000 0 1100011 1000101 111100 101010110 1100010 10100

Color Harmonies of #660120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660120

Black with #660120

Text Example


Text Example

White with #660120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660120; }

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

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

background-color css

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

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

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

border-color css

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

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

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