Html Css Color HEX #680304 Burgundy

📋 copy color: '#680304'

red 104 ◦ green 3 ◦ blue 4

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

Shades of Burgundy #680304

Tints of Burgundy #680304

RGB

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

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

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

R = 93.69%
G = 2.7%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#680304 (or 0x680304) is known color: Burgundy. HEX triplet: 68, 03 and 04. RGB value is (104,3,4). Sum of RGB (Red+Green+Blue) = 104+3+4=111 (14% of max value = 765). Red value is 104 (41.02% from 255 or 93.69% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 104 - color contains mainly: red. Hex color #680304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680304 is #97FCFB. Grayscale: #212121. Windows color (decimal): -9960700 or 263016. OLE color: 263016.

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

Color convert

RGB 104 3 4 -
CMYK 0 0.97 0.96 0.59
HSL 359.41º 0.94% 0.21% -
HSV(B) 359.41º 0.97% 0.41% -
XYZ 5.76 3.02 0.39 -
YUV 33.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 104 3 4 0 0.97 0.96 0.59 359.41 0.94 0.21
Hex 68 3 4 0 61 60 3B 167 5E 15
Octal 150 3 4 0 141 140 73 547 136 25
Binary 1101000 11 100 0 1100001 1100000 111011 101100111 1011110 10101

Color Harmonies of #680304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680304

Black with #680304

Text Example


Text Example

White with #680304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680304; }

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

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

background-color css

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

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

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

border-color css

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

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

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