Html Css Color HEX #680017 Burgundy

📋 copy color: '#680017'

red 104 ◦ green 0 ◦ blue 23

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

Shades of Burgundy #680017

Tints of Burgundy #680017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 23 (9.38% from 255) = 18.11%

R = 81.89%
G = 0%
B = 18.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#680017 (or 0x680017) is known color: Burgundy. HEX triplet: 68, 00 and 17. RGB value is (104,0,23). Sum of RGB (Red+Green+Blue) = 104+0+23=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680017 is #97FFE8. Grayscale: #212121. Windows color (decimal): -9961449 or 1507432. OLE color: 1507432.

HSL color Cylindrical-coordinate representation of color #680017: hue angle of 346.73º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680017 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 23 -
CMYK 0 1 0.78 0.59
HSL 346.73º 1% 0.2% -
HSV(B) 346.73º 1% 0.41% -
XYZ 5.86 3 1.08 -
YUV 33.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 104 0 23 0 1 0.78 0.59 346.73 1 0.2
Hex 68 0 17 0 64 4E 3B 15B 64 14
Octal 150 0 27 0 144 116 73 533 144 24
Binary 1101000 0 10111 0 1100100 1001110 111011 101011011 1100100 10100

Color Harmonies of #680017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680017

Black with #680017

Text Example


Text Example

White with #680017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680017; }

 p { color: rgb(104,0,23); }

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

background-color css

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

 a { background-color: rgb(104,0,23); }

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

border-color css

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

 span { border-color: rgb(104,0,23); }

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