Html Css Color HEX #660221 Burgundy

📋 copy color: '#660221'

red 102 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #660221

Tints of Burgundy #660221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 74.45%
G = 1.46%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#660221 (or 0x660221) is known color: Burgundy. HEX triplet: 66, 02 and 21. RGB value is (102,2,33). Sum of RGB (Red+Green+Blue) = 102+2+33=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #660221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660221 is #99FDDE. Grayscale: #232323. Windows color (decimal): -10091999 or 2163302. OLE color: 2163302.

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

Color convert

RGB 102 2 33 -
CMYK 0 0.98 0.68 0.6
HSL 341.4º 0.96% 0.2% -
HSV(B) 341.4º 0.98% 0.4% -
XYZ 5.78 2.98 1.71 -
YUV 35.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 102 2 33 0 0.98 0.68 0.6 341.4 0.96 0.2
Hex 66 2 21 0 62 44 3C 155 60 14
Octal 146 2 41 0 142 104 74 525 140 24
Binary 1100110 10 100001 0 1100010 1000100 111100 101010101 1100000 10100

Color Harmonies of #660221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660221

Black with #660221

Text Example


Text Example

White with #660221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660221; }

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

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

background-color css

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

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

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

border-color css

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

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

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