Html Css Color HEX #680107 Burgundy

📋 copy color: '#680107'

red 104 ◦ green 1 ◦ blue 7

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

Shades of Burgundy #680107

Tints of Burgundy #680107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.25%

R = 92.86%
G = 0.89%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#680107 (or 0x680107) is known color: Burgundy. HEX triplet: 68, 01 and 07. RGB value is (104,1,7). Sum of RGB (Red+Green+Blue) = 104+1+7=112 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.86% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 104 - color contains mainly: red. Hex color #680107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680107 is #97FEF8. Grayscale: #202020. Windows color (decimal): -9961209 or 459112. OLE color: 459112.

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

Color convert

RGB 104 1 7 -
CMYK 0 0.99 0.93 0.59
HSL 356.5º 0.98% 0.21% -
HSV(B) 356.5º 0.99% 0.41% -
XYZ 5.76 2.98 0.47 -
YUV 32.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 104 1 7 0 0.99 0.93 0.59 356.5 0.98 0.21
Hex 68 1 7 0 63 5D 3B 165 62 15
Octal 150 1 7 0 143 135 73 545 142 25
Binary 1101000 1 111 0 1100011 1011101 111011 101100101 1100010 10101

Color Harmonies of #680107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680107

Black with #680107

Text Example


Text Example

White with #680107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680107; }

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

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

background-color css

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

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

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

border-color css

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

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

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