Html Css Color HEX #680410 Burgundy

📋 copy color: '#680410'

red 104 ◦ green 4 ◦ blue 16

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

Shades of Burgundy #680410

Tints of Burgundy #680410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 83.87%
G = 3.23%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#680410 (or 0x680410) is known color: Burgundy. HEX triplet: 68, 04 and 10. RGB value is (104,4,16). Sum of RGB (Red+Green+Blue) = 104+4+16=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680410 is #97FBEF. Grayscale: #232323. Windows color (decimal): -9960432 or 1049704. OLE color: 1049704.

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

Color convert

RGB 104 4 16 -
CMYK 0 0.96 0.85 0.59
HSL 352.8º 0.93% 0.21% -
HSV(B) 352.8º 0.96% 0.41% -
XYZ 5.85 3.07 0.77 -
YUV 35.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 104 4 16 0 0.96 0.85 0.59 352.8 0.93 0.21
Hex 68 4 10 0 60 55 3B 161 5D 15
Octal 150 4 20 0 140 125 73 541 135 25
Binary 1101000 100 10000 0 1100000 1010101 111011 101100001 1011101 10101

Color Harmonies of #680410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680410

Black with #680410

Text Example


Text Example

White with #680410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680410; }

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

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

background-color css

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

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

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

border-color css

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

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

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