Html Css Color HEX #680218 Burgundy

📋 copy color: '#680218'

red 104 ◦ green 2 ◦ blue 24

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

Shades of Burgundy #680218

Tints of Burgundy #680218

RGB

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

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

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

R = 80%
G = 1.54%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#680218 (or 0x680218) is known color: Burgundy. HEX triplet: 68, 02 and 18. RGB value is (104,2,24). Sum of RGB (Red+Green+Blue) = 104+2+24=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680218 is #97FDE7. Grayscale: #232323. Windows color (decimal): -9960936 or 1573480. OLE color: 1573480.

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

Color convert

RGB 104 2 24 -
CMYK 0 0.98 0.77 0.59
HSL 347.06º 0.96% 0.21% -
HSV(B) 347.06º 0.98% 0.41% -
XYZ 5.9 3.05 1.14 -
YUV 35.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 104 2 24 0 0.98 0.77 0.59 347.06 0.96 0.21
Hex 68 2 18 0 62 4D 3B 15B 60 15
Octal 150 2 30 0 142 115 73 533 140 25
Binary 1101000 10 11000 0 1100010 1001101 111011 101011011 1100000 10101

Color Harmonies of #680218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680218

Black with #680218

Text Example


Text Example

White with #680218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680218; }

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

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

background-color css

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

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

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

border-color css

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

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

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