Html Css Color HEX #680414 Burgundy

📋 copy color: '#680414'

red 104 ◦ green 4 ◦ blue 20

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

Shades of Burgundy #680414

Tints of Burgundy #680414

RGB

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

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

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

R = 81.25%
G = 3.13%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#680414 (or 0x680414) is known color: Burgundy. HEX triplet: 68, 04 and 14. RGB value is (104,4,20). Sum of RGB (Red+Green+Blue) = 104+4+20=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #680414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680414 is #97FBEB. Grayscale: #232323. Windows color (decimal): -9960428 or 1311848. OLE color: 1311848.

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

Color convert

RGB 104 4 20 -
CMYK 0 0.96 0.81 0.59
HSL 350.4º 0.93% 0.21% -
HSV(B) 350.4º 0.96% 0.41% -
XYZ 5.88 3.08 0.95 -
YUV 35.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 104 4 20 0 0.96 0.81 0.59 350.4 0.93 0.21
Hex 68 4 14 0 60 51 3B 15E 5D 15
Octal 150 4 24 0 140 121 73 536 135 25
Binary 1101000 100 10100 0 1100000 1010001 111011 101011110 1011101 10101

Color Harmonies of #680414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680414

Black with #680414

Text Example


Text Example

White with #680414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680414; }

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

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

background-color css

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

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

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

border-color css

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

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

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