Html Css Color HEX #680215 Burgundy

📋 copy color: '#680215'

red 104 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #680215

Tints of Burgundy #680215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 81.89%
G = 1.57%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#680215 (or 0x680215) is known color: Burgundy. HEX triplet: 68, 02 and 15. RGB value is (104,2,21). Sum of RGB (Red+Green+Blue) = 104+2+21=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680215 is #97FDEA. Grayscale: #222222. Windows color (decimal): -9960939 or 1376872. OLE color: 1376872.

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

Color convert

RGB 104 2 21 -
CMYK 0 0.98 0.80 0.59
HSL 348.82º 0.96% 0.21% -
HSV(B) 348.82º 0.98% 0.41% -
XYZ 5.87 3.04 0.99 -
YUV 34.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 104 2 21 0 0.98 0.80 0.59 348.82 0.96 0.21
Hex 68 2 15 0 62 50 3B 15D 60 15
Octal 150 2 25 0 142 120 73 535 140 25
Binary 1101000 10 10101 0 1100010 1010000 111011 101011101 1100000 10101

Color Harmonies of #680215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680215

Black with #680215

Text Example


Text Example

White with #680215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680215; }

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

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

background-color css

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

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

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

border-color css

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

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

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