Html Css Color HEX #680204 Burgundy

📋 copy color: '#680204'

red 104 ◦ green 2 ◦ blue 4

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

Shades of Burgundy #680204

Tints of Burgundy #680204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.64%

R = 94.55%
G = 1.82%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#680204 (or 0x680204) is known color: Burgundy. HEX triplet: 68, 02 and 04. RGB value is (104,2,4). Sum of RGB (Red+Green+Blue) = 104+2+4=110 (14% of max value = 765). Red value is 104 (41.02% from 255 or 94.55% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 104 - color contains mainly: red. Hex color #680204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680204 is #97FDFB. Grayscale: #202020. Windows color (decimal): -9960956 or 262760. OLE color: 262760.

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

Color convert

RGB 104 2 4 -
CMYK 0 0.98 0.96 0.59
HSL 358.82º 0.96% 0.21% -
HSV(B) 358.82º 0.98% 0.41% -
XYZ 5.75 3 0.39 -
YUV 32.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 104 2 4 0 0.98 0.96 0.59 358.82 0.96 0.21
Hex 68 2 4 0 62 60 3B 167 60 15
Octal 150 2 4 0 142 140 73 547 140 25
Binary 1101000 10 100 0 1100010 1100000 111011 101100111 1100000 10101

Color Harmonies of #680204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680204

Black with #680204

Text Example


Text Example

White with #680204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680204; }

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

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

background-color css

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

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

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

border-color css

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

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

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