Html Css Color HEX #680407 Burgundy

📋 copy color: '#680407'

red 104 ◦ green 4 ◦ blue 7

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

Shades of Burgundy #680407

Tints of Burgundy #680407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

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

R = 90.43%
G = 3.48%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#680407 (or 0x680407) is known color: Burgundy. HEX triplet: 68, 04 and 07. RGB value is (104,4,7). Sum of RGB (Red+Green+Blue) = 104+4+7=115 (15% of max value = 765). Red value is 104 (41.02% from 255 or 90.43% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 104 - color contains mainly: red. Hex color #680407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680407 is #97FBF8. Grayscale: #222222. Windows color (decimal): -9960441 or 459880. OLE color: 459880.

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

Color convert

RGB 104 4 7 -
CMYK 0 0.96 0.93 0.59
HSL 358.2º 0.93% 0.21% -
HSV(B) 358.2º 0.96% 0.41% -
XYZ 5.79 3.05 0.48 -
YUV 34.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 104 4 7 0 0.96 0.93 0.59 358.2 0.93 0.21
Hex 68 4 7 0 60 5D 3B 166 5D 15
Octal 150 4 7 0 140 135 73 546 135 25
Binary 1101000 100 111 0 1100000 1011101 111011 101100110 1011101 10101

Color Harmonies of #680407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680407

Black with #680407

Text Example


Text Example

White with #680407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680407; }

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

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

background-color css

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

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

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

border-color css

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

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

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