Html Css Color HEX #680310 Burgundy

📋 copy color: '#680310'

red 104 ◦ green 3 ◦ blue 16

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

Shades of Burgundy #680310

Tints of Burgundy #680310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

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

R = 84.55%
G = 2.44%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#680310 (or 0x680310) is known color: Burgundy. HEX triplet: 68, 03 and 10. RGB value is (104,3,16). Sum of RGB (Red+Green+Blue) = 104+3+16=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #680310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680310 is #97FCEF. Grayscale: #222222. Windows color (decimal): -9960688 or 1049448. OLE color: 1049448.

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

Color convert

RGB 104 3 16 -
CMYK 0 0.97 0.85 0.59
HSL 352.28º 0.94% 0.21% -
HSV(B) 352.28º 0.97% 0.41% -
XYZ 5.84 3.05 0.77 -
YUV 34.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 104 3 16 0 0.97 0.85 0.59 352.28 0.94 0.21
Hex 68 3 10 0 61 55 3B 160 5E 15
Octal 150 3 20 0 141 125 73 540 136 25
Binary 1101000 11 10000 0 1100001 1010101 111011 101100000 1011110 10101

Color Harmonies of #680310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680310

Black with #680310

Text Example


Text Example

White with #680310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680310; }

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

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

background-color css

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

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

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

border-color css

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

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

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