Html Css Color HEX #68000E Burgundy

📋 copy color: '#68000E'

red 104 ◦ green 0 ◦ blue 14

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

Shades of Burgundy #68000E

Tints of Burgundy #68000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.86%

R = 88.14%
G = 0%
B = 11.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#68000E (or 0x68000E) is known color: Burgundy. HEX triplet: 68, 00 and 0E. RGB value is (104,0,14). Sum of RGB (Red+Green+Blue) = 104+0+14=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #68000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68000E is #97FFF1. Grayscale: #202020. Windows color (decimal): -9961458 or 917608. OLE color: 917608.

HSL color Cylindrical-coordinate representation of color #68000E: hue angle of 351.92º 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 #68000E is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 14 -
CMYK 0 1 0.87 0.59
HSL 351.92º 1% 0.2% -
HSV(B) 351.92º 1% 0.41% -
XYZ 5.79 2.97 0.68 -
YUV 32.69 117.46 178.86 -
System Red Green Blue C M Y K H S L
Decimal 104 0 14 0 1 0.87 0.59 351.92 1 0.2
Hex 68 0 E 0 64 57 3B 160 64 14
Octal 150 0 16 0 144 127 73 540 144 24
Binary 1101000 0 1110 0 1100100 1010111 111011 101100000 1100100 10100

Color Harmonies of #68000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68000E

Black with #68000E

Text Example


Text Example

White with #68000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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