Html Css Color HEX #680320 Burgundy

📋 copy color: '#680320'

red 104 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #680320

Tints of Burgundy #680320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.02%

R = 74.82%
G = 2.16%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#680320 (or 0x680320) is known color: Burgundy. HEX triplet: 68, 03 and 20. RGB value is (104,3,32). Sum of RGB (Red+Green+Blue) = 104+3+32=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #680320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680320 is #97FCDF. Grayscale: #242424. Windows color (decimal): -9960672 or 2098024. OLE color: 2098024.

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

Color convert

RGB 104 3 32 -
CMYK 0 0.97 0.69 0.59
HSL 342.77º 0.94% 0.21% -
HSV(B) 342.77º 0.97% 0.41% -
XYZ 6 3.11 1.65 -
YUV 36.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 104 3 32 0 0.97 0.69 0.59 342.77 0.94 0.21
Hex 68 3 20 0 61 45 3B 157 5E 15
Octal 150 3 40 0 141 105 73 527 136 25
Binary 1101000 11 100000 0 1100001 1000101 111011 101010111 1011110 10101

Color Harmonies of #680320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680320

Black with #680320

Text Example


Text Example

White with #680320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680320; }

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

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

background-color css

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

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

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

border-color css

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

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

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