Html Css Color HEX #660321 Burgundy

📋 copy color: '#660321'

red 102 ◦ green 3 ◦ blue 33

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

Shades of Burgundy #660321

Tints of Burgundy #660321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 73.91%
G = 2.17%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#660321 (or 0x660321) is known color: Burgundy. HEX triplet: 66, 03 and 21. RGB value is (102,3,33). Sum of RGB (Red+Green+Blue) = 102+3+33=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #660321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660321 is #99FCDE. Grayscale: #242424. Windows color (decimal): -10091743 or 2163558. OLE color: 2163558.

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

Color convert

RGB 102 3 33 -
CMYK 0 0.97 0.68 0.6
HSL 341.82º 0.94% 0.21% -
HSV(B) 341.82º 0.97% 0.4% -
XYZ 5.79 3 1.71 -
YUV 36.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 102 3 33 0 0.97 0.68 0.6 341.82 0.94 0.21
Hex 66 3 21 0 61 44 3C 156 5E 15
Octal 146 3 41 0 141 104 74 526 136 25
Binary 1100110 11 100001 0 1100001 1000100 111100 101010110 1011110 10101

Color Harmonies of #660321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660321

Black with #660321

Text Example


Text Example

White with #660321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660321; }

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

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

background-color css

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

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

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

border-color css

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

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

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