Html Css Color HEX #660420 Burgundy

📋 copy color: '#660420'

red 102 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #660420

Tints of Burgundy #660420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

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

R = 73.91%
G = 2.9%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#660420 (or 0x660420) is known color: Burgundy. HEX triplet: 66, 04 and 20. RGB value is (102,4,32). Sum of RGB (Red+Green+Blue) = 102+4+32=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #660420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660420 is #99FBDF. Grayscale: #242424. Windows color (decimal): -10091488 or 2098278. OLE color: 2098278.

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

Color convert

RGB 102 4 32 -
CMYK 0 0.96 0.69 0.6
HSL 342.86º 0.92% 0.21% -
HSV(B) 342.86º 0.96% 0.4% -
XYZ 5.78 3.02 1.64 -
YUV 36.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 102 4 32 0 0.96 0.69 0.6 342.86 0.92 0.21
Hex 66 4 20 0 60 45 3C 157 5C 15
Octal 146 4 40 0 140 105 74 527 134 25
Binary 1100110 100 100000 0 1100000 1000101 111100 101010111 1011100 10101

Color Harmonies of #660420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660420

Black with #660420

Text Example


Text Example

White with #660420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660420; }

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

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

background-color css

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

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

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

border-color css

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

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

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