Html Css Color HEX #680313 Burgundy

📋 copy color: '#680313'

red 104 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #680313

Tints of Burgundy #680313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 82.54%
G = 2.38%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#680313 (or 0x680313) is known color: Burgundy. HEX triplet: 68, 03 and 13. RGB value is (104,3,19). Sum of RGB (Red+Green+Blue) = 104+3+19=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #680313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680313 is #97FCEC. Grayscale: #232323. Windows color (decimal): -9960685 or 1246056. OLE color: 1246056.

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

Color convert

RGB 104 3 19 -
CMYK 0 0.97 0.82 0.59
HSL 350.5º 0.94% 0.21% -
HSV(B) 350.5º 0.97% 0.41% -
XYZ 5.86 3.06 0.9 -
YUV 35.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 104 3 19 0 0.97 0.82 0.59 350.5 0.94 0.21
Hex 68 3 13 0 61 52 3B 15E 5E 15
Octal 150 3 23 0 141 122 73 536 136 25
Binary 1101000 11 10011 0 1100001 1010010 111011 101011110 1011110 10101

Color Harmonies of #680313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680313

Black with #680313

Text Example


Text Example

White with #680313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680313; }

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

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

background-color css

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

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

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

border-color css

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

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

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