Html Css Color HEX #680211 Burgundy

📋 copy color: '#680211'

red 104 ◦ green 2 ◦ blue 17

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

Shades of Burgundy #680211

Tints of Burgundy #680211

RGB

 RED value IS 104 (41.02% from 255) = 84.55%

 GREEN value IS 2 (1.17% from 255) = 1.63%

 BLUE value IS 17 (7.03% from 255) = 13.82%

R = 84.55%
G = 1.63%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#680211 (or 0x680211) is known color: Burgundy. HEX triplet: 68, 02 and 11. RGB value is (104,2,17). Sum of RGB (Red+Green+Blue) = 104+2+17=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #680211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680211 is #97FDEE. Grayscale: #222222. Windows color (decimal): -9960943 or 1114728. OLE color: 1114728.

HSL color Cylindrical-coordinate representation of color #680211: hue angle of 351.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680211 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 2 17 -
CMYK 0 0.98 0.84 0.59
HSL 351.18º 0.96% 0.21% -
HSV(B) 351.18º 0.98% 0.41% -
XYZ 5.83 3.03 0.81 -
YUV 34.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 104 2 17 0 0.98 0.84 0.59 351.18 0.96 0.21
Hex 68 2 11 0 62 54 3B 15F 60 15
Octal 150 2 21 0 142 124 73 537 140 25
Binary 1101000 10 10001 0 1100010 1010100 111011 101011111 1100000 10101

Color Harmonies of #680211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680211

Black with #680211

Text Example


Text Example

White with #680211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680211; }

 p { color: rgb(104,2,17); }

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

background-color css

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

 a { background-color: rgb(104,2,17); }

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

border-color css

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

 span { border-color: rgb(104,2,17); }

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