Html Css Color HEX #680014 Burgundy

📋 copy color: '#680014'

red 104 ◦ green 0 ◦ blue 20

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

Shades of Burgundy #680014

Tints of Burgundy #680014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 83.87%
G = 0%
B = 16.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#680014 (or 0x680014) is known color: Burgundy. HEX triplet: 68, 00 and 14. RGB value is (104,0,20). Sum of RGB (Red+Green+Blue) = 104+0+20=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680014 is #97FFEB. Grayscale: #212121. Windows color (decimal): -9961452 or 1310824. OLE color: 1310824.

HSL color Cylindrical-coordinate representation of color #680014: hue angle of 348.46º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680014 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 20 -
CMYK 0 1 0.81 0.59
HSL 348.46º 1% 0.2% -
HSV(B) 348.46º 1% 0.41% -
XYZ 5.84 2.99 0.93 -
YUV 33.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 104 0 20 0 1 0.81 0.59 348.46 1 0.2
Hex 68 0 14 0 64 51 3B 15C 64 14
Octal 150 0 24 0 144 121 73 534 144 24
Binary 1101000 0 10100 0 1100100 1010001 111011 101011100 1100100 10100

Color Harmonies of #680014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680014

Black with #680014

Text Example


Text Example

White with #680014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680014; }

 p { color: rgb(104,0,20); }

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

background-color css

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

 a { background-color: rgb(104,0,20); }

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

border-color css

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

 span { border-color: rgb(104,0,20); }

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