Html Css Color HEX #680318 Burgundy

📋 copy color: '#680318'

red 104 ◦ green 3 ◦ blue 24

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

Shades of Burgundy #680318

Tints of Burgundy #680318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 79.39%
G = 2.29%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#680318 (or 0x680318) is known color: Burgundy. HEX triplet: 68, 03 and 18. RGB value is (104,3,24). Sum of RGB (Red+Green+Blue) = 104+3+24=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680318 is #97FCE7. Grayscale: #232323. Windows color (decimal): -9960680 or 1573736. OLE color: 1573736.

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

Color convert

RGB 104 3 24 -
CMYK 0 0.97 0.77 0.59
HSL 347.52º 0.94% 0.21% -
HSV(B) 347.52º 0.97% 0.41% -
XYZ 5.91 3.07 1.15 -
YUV 35.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 104 3 24 0 0.97 0.77 0.59 347.52 0.94 0.21
Hex 68 3 18 0 61 4D 3B 15C 5E 15
Octal 150 3 30 0 141 115 73 534 136 25
Binary 1101000 11 11000 0 1100001 1001101 111011 101011100 1011110 10101

Color Harmonies of #680318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680318

Black with #680318

Text Example


Text Example

White with #680318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680318; }

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

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

background-color css

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

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

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

border-color css

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

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

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