Html Css Color HEX #660320 Burgundy

📋 copy color: '#660320'

red 102 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #660320

Tints of Burgundy #660320

RGB

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

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

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

R = 74.45%
G = 2.19%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#660320 (or 0x660320) is known color: Burgundy. HEX triplet: 66, 03 and 20. RGB value is (102,3,32). Sum of RGB (Red+Green+Blue) = 102+3+32=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #660320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660320 is #99FCDF. Grayscale: #232323. Windows color (decimal): -10091744 or 2098022. OLE color: 2098022.

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

Color convert

RGB 102 3 32 -
CMYK 0 0.97 0.69 0.6
HSL 342.42º 0.94% 0.21% -
HSV(B) 342.42º 0.97% 0.4% -
XYZ 5.77 2.99 1.64 -
YUV 35.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 102 3 32 0 0.97 0.69 0.6 342.42 0.94 0.21
Hex 66 3 20 0 61 45 3C 156 5E 15
Octal 146 3 40 0 141 105 74 526 136 25
Binary 1100110 11 100000 0 1100001 1000101 111100 101010110 1011110 10101

Color Harmonies of #660320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660320

Black with #660320

Text Example


Text Example

White with #660320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660320; }

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

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

background-color css

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

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

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

border-color css

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

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

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