Html Css Color HEX #680112 Burgundy

📋 copy color: '#680112'

red 104 ◦ green 1 ◦ blue 18

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

Shades of Burgundy #680112

Tints of Burgundy #680112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 84.55%
G = 0.81%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#680112 (or 0x680112) is known color: Burgundy. HEX triplet: 68, 01 and 12. RGB value is (104,1,18). Sum of RGB (Red+Green+Blue) = 104+1+18=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #680112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680112 is #97FEED. Grayscale: #212121. Windows color (decimal): -9961198 or 1180008. OLE color: 1180008.

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

Color convert

RGB 104 1 18 -
CMYK 0 0.99 0.83 0.59
HSL 350.1º 0.98% 0.21% -
HSV(B) 350.1º 0.99% 0.41% -
XYZ 5.83 3.01 0.85 -
YUV 33.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 104 1 18 0 0.99 0.83 0.59 350.1 0.98 0.21
Hex 68 1 12 0 63 53 3B 15E 62 15
Octal 150 1 22 0 143 123 73 536 142 25
Binary 1101000 1 10010 0 1100011 1010011 111011 101011110 1100010 10101

Color Harmonies of #680112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680112

Black with #680112

Text Example


Text Example

White with #680112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680112; }

 p { color: rgb(104,1,18); }

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

background-color css

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

 a { background-color: rgb(104,1,18); }

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

border-color css

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

 span { border-color: rgb(104,1,18); }

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