Html Css Color HEX #680512 Burgundy

📋 copy color: '#680512'

red 104 ◦ green 5 ◦ blue 18

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

Shades of Burgundy #680512

Tints of Burgundy #680512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.94%

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

R = 81.89%
G = 3.94%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#680512 (or 0x680512) is known color: Burgundy. HEX triplet: 68, 05 and 12. RGB value is (104,5,18). Sum of RGB (Red+Green+Blue) = 104+5+18=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680512 is #97FAED. Grayscale: #242424. Windows color (decimal): -9960174 or 1181032. OLE color: 1181032.

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

Color convert

RGB 104 5 18 -
CMYK 0 0.95 0.83 0.59
HSL 352.12º 0.91% 0.21% -
HSV(B) 352.12º 0.95% 0.41% -
XYZ 5.87 3.1 0.86 -
YUV 36.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 104 5 18 0 0.95 0.83 0.59 352.12 0.91 0.21
Hex 68 5 12 0 5F 53 3B 160 5B 15
Octal 150 5 22 0 137 123 73 540 133 25
Binary 1101000 101 10010 0 1011111 1010011 111011 101100000 1011011 10101

Color Harmonies of #680512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680512

Black with #680512

Text Example


Text Example

White with #680512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680512; }

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

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

background-color css

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

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

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

border-color css

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

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

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