Html Css Color HEX #680220 Burgundy

📋 copy color: '#680220'

red 104 ◦ green 2 ◦ blue 32

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

Shades of Burgundy #680220

Tints of Burgundy #680220

RGB

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

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

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

R = 75.36%
G = 1.45%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#680220 (or 0x680220) is known color: Burgundy. HEX triplet: 68, 02 and 20. RGB value is (104,2,32). Sum of RGB (Red+Green+Blue) = 104+2+32=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680220 is #97FDDF. Grayscale: #232323. Windows color (decimal): -9960928 or 2097768. OLE color: 2097768.

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

Color convert

RGB 104 2 32 -
CMYK 0 0.98 0.69 0.59
HSL 342.35º 0.96% 0.21% -
HSV(B) 342.35º 0.98% 0.41% -
XYZ 5.99 3.09 1.65 -
YUV 35.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 104 2 32 0 0.98 0.69 0.59 342.35 0.96 0.21
Hex 68 2 20 0 62 45 3B 156 60 15
Octal 150 2 40 0 142 105 73 526 140 25
Binary 1101000 10 100000 0 1100010 1000101 111011 101010110 1100000 10101

Color Harmonies of #680220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680220

Black with #680220

Text Example


Text Example

White with #680220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680220; }

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

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

background-color css

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

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

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

border-color css

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

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

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