Html Css Color HEX #680308 Burgundy

📋 copy color: '#680308'

red 104 ◦ green 3 ◦ blue 8

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

Shades of Burgundy #680308

Tints of Burgundy #680308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 90.43%
G = 2.61%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#680308 (or 0x680308) is known color: Burgundy. HEX triplet: 68, 03 and 08. RGB value is (104,3,8). Sum of RGB (Red+Green+Blue) = 104+3+8=115 (15% of max value = 765). Red value is 104 (41.02% from 255 or 90.43% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 104 - color contains mainly: red. Hex color #680308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680308 is #97FCF7. Grayscale: #212121. Windows color (decimal): -9960696 or 525160. OLE color: 525160.

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

Color convert

RGB 104 3 8 -
CMYK 0 0.97 0.92 0.59
HSL 357.03º 0.94% 0.21% -
HSV(B) 357.03º 0.97% 0.41% -
XYZ 5.79 3.03 0.51 -
YUV 33.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 104 3 8 0 0.97 0.92 0.59 357.03 0.94 0.21
Hex 68 3 8 0 61 5C 3B 165 5E 15
Octal 150 3 10 0 141 134 73 545 136 25
Binary 1101000 11 1000 0 1100001 1011100 111011 101100101 1011110 10101

Color Harmonies of #680308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680308

Black with #680308

Text Example


Text Example

White with #680308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680308; }

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

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

background-color css

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

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

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

border-color css

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

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

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