Html Css Color HEX #660219 Burgundy

📋 copy color: '#660219'

red 102 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #660219

Tints of Burgundy #660219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.55%

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 79.07%
G = 1.55%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#660219 (or 0x660219) is known color: Burgundy. HEX triplet: 66, 02 and 19. RGB value is (102,2,25). Sum of RGB (Red+Green+Blue) = 102+2+25=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #660219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660219 is #99FDE6. Grayscale: #222222. Windows color (decimal): -10092007 or 1639014. OLE color: 1639014.

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

Color convert

RGB 102 2 25 -
CMYK 0 0.98 0.75 0.6
HSL 346.2º 0.96% 0.2% -
HSV(B) 346.2º 0.98% 0.4% -
XYZ 5.68 2.94 1.19 -
YUV 34.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 102 2 25 0 0.98 0.75 0.6 346.2 0.96 0.2
Hex 66 2 19 0 62 4B 3C 15A 60 14
Octal 146 2 31 0 142 113 74 532 140 24
Binary 1100110 10 11001 0 1100010 1001011 111100 101011010 1100000 10100

Color Harmonies of #660219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660219

Black with #660219

Text Example


Text Example

White with #660219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660219; }

 p { color: rgb(102,2,25); }

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

background-color css

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

 a { background-color: rgb(102,2,25); }

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

border-color css

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

 span { border-color: rgb(102,2,25); }

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