Html Css Color HEX #680207 Burgundy

📋 copy color: '#680207'

red 104 ◦ green 2 ◦ blue 7

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

Shades of Burgundy #680207

Tints of Burgundy #680207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.77%

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

R = 92.04%
G = 1.77%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#680207 (or 0x680207) is known color: Burgundy. HEX triplet: 68, 02 and 07. RGB value is (104,2,7). Sum of RGB (Red+Green+Blue) = 104+2+7=113 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.04% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 104 - color contains mainly: red. Hex color #680207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680207 is #97FDF8. Grayscale: #212121. Windows color (decimal): -9960953 or 459368. OLE color: 459368.

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

Color convert

RGB 104 2 7 -
CMYK 0 0.98 0.93 0.59
HSL 357.06º 0.96% 0.21% -
HSV(B) 357.06º 0.98% 0.41% -
XYZ 5.77 3 0.48 -
YUV 33.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 104 2 7 0 0.98 0.93 0.59 357.06 0.96 0.21
Hex 68 2 7 0 62 5D 3B 165 60 15
Octal 150 2 7 0 142 135 73 545 140 25
Binary 1101000 10 111 0 1100010 1011101 111011 101100101 1100000 10101

Color Harmonies of #680207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680207

Black with #680207

Text Example


Text Example

White with #680207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680207; }

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

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

background-color css

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

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

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

border-color css

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

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

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