Html Css Color HEX #680326 Burgundy

📋 copy color: '#680326'

red 104 ◦ green 3 ◦ blue 38

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

Shades of Burgundy #680326

Tints of Burgundy #680326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

 BLUE value IS 38 (15.23% from 255) = 26.21%

R = 71.72%
G = 2.07%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#680326 (or 0x680326) is known color: Burgundy. HEX triplet: 68, 03 and 26. RGB value is (104,3,38). Sum of RGB (Red+Green+Blue) = 104+3+38=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #680326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680326 is #97FCD9. Grayscale: #252525. Windows color (decimal): -9960666 or 2491240. OLE color: 2491240.

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

Color convert

RGB 104 3 38 -
CMYK 0 0.97 0.63 0.59
HSL 339.21º 0.94% 0.21% -
HSV(B) 339.21º 0.97% 0.41% -
XYZ 6.09 3.15 2.12 -
YUV 37.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 104 3 38 0 0.97 0.63 0.59 339.21 0.94 0.21
Hex 68 3 26 0 61 3F 3B 153 5E 15
Octal 150 3 46 0 141 77 73 523 136 25
Binary 1101000 11 100110 0 1100001 111111 111011 101010011 1011110 10101

Color Harmonies of #680326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680326

Black with #680326

Text Example


Text Example

White with #680326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680326; }

 p { color: rgb(104,3,38); }

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

background-color css

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

 a { background-color: rgb(104,3,38); }

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

border-color css

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

 span { border-color: rgb(104,3,38); }

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