Html Css Color HEX #680013 Burgundy

📋 copy color: '#680013'

red 104 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #680013

Tints of Burgundy #680013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.55%
G = 0%
B = 15.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#680013 (or 0x680013) is known color: Burgundy. HEX triplet: 68, 00 and 13. RGB value is (104,0,19). Sum of RGB (Red+Green+Blue) = 104+0+19=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #680013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680013 is #97FFEC. Grayscale: #212121. Windows color (decimal): -9961453 or 1245288. OLE color: 1245288.

HSL color Cylindrical-coordinate representation of color #680013: hue angle of 349.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680013 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 19 -
CMYK 0 1 0.82 0.59
HSL 349.04º 1% 0.2% -
HSV(B) 349.04º 1% 0.41% -
XYZ 5.83 2.99 0.89 -
YUV 33.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 104 0 19 0 1 0.82 0.59 349.04 1 0.2
Hex 68 0 13 0 64 52 3B 15D 64 14
Octal 150 0 23 0 144 122 73 535 144 24
Binary 1101000 0 10011 0 1100100 1010010 111011 101011101 1100100 10100

Color Harmonies of #680013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680013

Black with #680013

Text Example


Text Example

White with #680013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680013; }

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

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

background-color css

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

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

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

border-color css

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

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

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