Html Css Color HEX #680416 Burgundy

📋 copy color: '#680416'

red 104 ◦ green 4 ◦ blue 22

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

Shades of Burgundy #680416

Tints of Burgundy #680416

RGB

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

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

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

R = 80%
G = 3.08%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#680416 (or 0x680416) is known color: Burgundy. HEX triplet: 68, 04 and 16. RGB value is (104,4,22). Sum of RGB (Red+Green+Blue) = 104+4+22=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680416 is #97FBE9. Grayscale: #232323. Windows color (decimal): -9960426 or 1442920. OLE color: 1442920.

HSL color Cylindrical-coordinate representation of color #680416: hue angle of 349.2º 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 #680416 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 22 -
CMYK 0 0.96 0.79 0.59
HSL 349.2º 0.93% 0.21% -
HSV(B) 349.2º 0.96% 0.41% -
XYZ 5.9 3.09 1.04 -
YUV 35.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 104 4 22 0 0.96 0.79 0.59 349.2 0.93 0.21
Hex 68 4 16 0 60 4F 3B 15D 5D 15
Octal 150 4 26 0 140 117 73 535 135 25
Binary 1101000 100 10110 0 1100000 1001111 111011 101011101 1011101 10101

Color Harmonies of #680416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680416

Black with #680416

Text Example


Text Example

White with #680416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680416; }

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

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

background-color css

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

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

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

border-color css

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

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

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