Html Css Color HEX #660316 Burgundy

📋 copy color: '#660316'

red 102 ◦ green 3 ◦ blue 22

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

Shades of Burgundy #660316

Tints of Burgundy #660316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 80.31%
G = 2.36%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#660316 (or 0x660316) is known color: Burgundy. HEX triplet: 66, 03 and 16. RGB value is (102,3,22). Sum of RGB (Red+Green+Blue) = 102+3+22=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #660316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660316 is #99FCE9. Grayscale: #222222. Windows color (decimal): -10091754 or 1442662. OLE color: 1442662.

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

Color convert

RGB 102 3 22 -
CMYK 0 0.97 0.78 0.6
HSL 348.48º 0.94% 0.21% -
HSV(B) 348.48º 0.97% 0.4% -
XYZ 5.66 2.95 1.03 -
YUV 34.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 102 3 22 0 0.97 0.78 0.6 348.48 0.94 0.21
Hex 66 3 16 0 61 4E 3C 15C 5E 15
Octal 146 3 26 0 141 116 74 534 136 25
Binary 1100110 11 10110 0 1100001 1001110 111100 101011100 1011110 10101

Color Harmonies of #660316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660316

Black with #660316

Text Example


Text Example

White with #660316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660316; }

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

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

background-color css

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

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

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

border-color css

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

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

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