Html Css Color HEX #680408 Burgundy

📋 copy color: '#680408'

red 104 ◦ green 4 ◦ blue 8

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

Shades of Burgundy #680408

Tints of Burgundy #680408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.9%

R = 89.66%
G = 3.45%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#680408 (or 0x680408) is known color: Burgundy. HEX triplet: 68, 04 and 08. RGB value is (104,4,8). Sum of RGB (Red+Green+Blue) = 104+4+8=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #680408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680408 is #97FBF7. Grayscale: #222222. Windows color (decimal): -9960440 or 525416. OLE color: 525416.

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

Color convert

RGB 104 4 8 -
CMYK 0 0.96 0.92 0.59
HSL 357.6º 0.93% 0.21% -
HSV(B) 357.6º 0.96% 0.41% -
XYZ 5.8 3.05 0.51 -
YUV 34.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 104 4 8 0 0.96 0.92 0.59 357.6 0.93 0.21
Hex 68 4 8 0 60 5C 3B 166 5D 15
Octal 150 4 10 0 140 134 73 546 135 25
Binary 1101000 100 1000 0 1100000 1011100 111011 101100110 1011101 10101

Color Harmonies of #680408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680408

Black with #680408

Text Example


Text Example

White with #680408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680408; }

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

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

background-color css

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

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

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

border-color css

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

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

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