Html Css Color HEX #660322 Burgundy

📋 copy color: '#660322'

red 102 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #660322

Tints of Burgundy #660322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.46%

R = 73.38%
G = 2.16%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#660322 (or 0x660322) is known color: Burgundy. HEX triplet: 66, 03 and 22. RGB value is (102,3,34). Sum of RGB (Red+Green+Blue) = 102+3+34=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #660322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660322 is #99FCDD. Grayscale: #242424. Windows color (decimal): -10091742 or 2229094. OLE color: 2229094.

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

Color convert

RGB 102 3 34 -
CMYK 0 0.97 0.67 0.6
HSL 341.21º 0.94% 0.21% -
HSV(B) 341.21º 0.97% 0.4% -
XYZ 5.8 3.01 1.79 -
YUV 36.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 102 3 34 0 0.97 0.67 0.6 341.21 0.94 0.21
Hex 66 3 22 0 61 43 3C 155 5E 15
Octal 146 3 42 0 141 103 74 525 136 25
Binary 1100110 11 100010 0 1100001 1000011 111100 101010101 1011110 10101

Color Harmonies of #660322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660322

Black with #660322

Text Example


Text Example

White with #660322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660322; }

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

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

background-color css

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

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

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

border-color css

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

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

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