Html Css Color HEX #680319 Burgundy

📋 copy color: '#680319'

red 104 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #680319

Tints of Burgundy #680319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 78.79%
G = 2.27%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#680319 (or 0x680319) is known color: Burgundy. HEX triplet: 68, 03 and 19. RGB value is (104,3,25). Sum of RGB (Red+Green+Blue) = 104+3+25=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #680319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680319 is #97FCE6. Grayscale: #232323. Windows color (decimal): -9960679 or 1639272. OLE color: 1639272.

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

Color convert

RGB 104 3 25 -
CMYK 0 0.97 0.76 0.59
HSL 346.93º 0.94% 0.21% -
HSV(B) 346.93º 0.97% 0.41% -
XYZ 5.92 3.08 1.2 -
YUV 35.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 104 3 25 0 0.97 0.76 0.59 346.93 0.94 0.21
Hex 68 3 19 0 61 4C 3B 15B 5E 15
Octal 150 3 31 0 141 114 73 533 136 25
Binary 1101000 11 11001 0 1100001 1001100 111011 101011011 1011110 10101

Color Harmonies of #680319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680319

Black with #680319

Text Example


Text Example

White with #680319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680319; }

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

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

background-color css

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

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

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

border-color css

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

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

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