Html Css Color HEX #660520 Burgundy

📋 copy color: '#660520'

red 102 ◦ green 5 ◦ blue 32

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

Shades of Burgundy #660520

Tints of Burgundy #660520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

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

R = 73.38%
G = 3.6%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#660520 (or 0x660520) is known color: Burgundy. HEX triplet: 66, 05 and 20. RGB value is (102,5,32). Sum of RGB (Red+Green+Blue) = 102+5+32=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #660520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660520 is #99FADF. Grayscale: #252525. Windows color (decimal): -10091232 or 2098534. OLE color: 2098534.

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

Color convert

RGB 102 5 32 -
CMYK 0 0.95 0.69 0.6
HSL 343.3º 0.91% 0.21% -
HSV(B) 343.3º 0.95% 0.4% -
XYZ 5.79 3.04 1.65 -
YUV 37.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 102 5 32 0 0.95 0.69 0.6 343.3 0.91 0.21
Hex 66 5 20 0 5F 45 3C 157 5B 15
Octal 146 5 40 0 137 105 74 527 133 25
Binary 1100110 101 100000 0 1011111 1000101 111100 101010111 1011011 10101

Color Harmonies of #660520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660520

Black with #660520

Text Example


Text Example

White with #660520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660520; }

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

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

background-color css

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

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

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

border-color css

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

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

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