Html Css Color HEX #680624 Burgundy

📋 copy color: '#680624'

red 104 ◦ green 6 ◦ blue 36

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

Shades of Burgundy #680624

Tints of Burgundy #680624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

 BLUE value IS 36 (14.45% from 255) = 24.66%

R = 71.23%
G = 4.11%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#680624 (or 0x680624) is known color: Burgundy. HEX triplet: 68, 06 and 24. RGB value is (104,6,36). Sum of RGB (Red+Green+Blue) = 104+6+36=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680624 is #97F9DB. Grayscale: #262626. Windows color (decimal): -9959900 or 2360936. OLE color: 2360936.

HSL color Cylindrical-coordinate representation of color #680624: hue angle of 341.63º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680624 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 6 36 -
CMYK 0 0.94 0.65 0.59
HSL 341.63º 0.89% 0.22% -
HSV(B) 341.63º 0.94% 0.41% -
XYZ 6.09 3.2 1.97 -
YUV 38.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 104 6 36 0 0.94 0.65 0.59 341.63 0.89 0.22
Hex 68 6 24 0 5E 41 3B 156 59 16
Octal 150 6 44 0 136 101 73 526 131 26
Binary 1101000 110 100100 0 1011110 1000001 111011 101010110 1011001 10110

Color Harmonies of #680624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680624

Black with #680624

Text Example


Text Example

White with #680624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680624; }

 p { color: rgb(104,6,36); }

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

background-color css

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

 a { background-color: rgb(104,6,36); }

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

border-color css

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

 span { border-color: rgb(104,6,36); }

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