Html Css Color HEX #68000C Burgundy

📋 copy color: '#68000C'

red 104 ◦ green 0 ◦ blue 12

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

Shades of Burgundy #68000C

Tints of Burgundy #68000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 89.66%
G = 0%
B = 10.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68000C (or 0x68000C) is known color: Burgundy. HEX triplet: 68, 00 and 0C. RGB value is (104,0,12). Sum of RGB (Red+Green+Blue) = 104+0+12=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #68000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68000C is #97FFF3. Grayscale: #202020. Windows color (decimal): -9961460 or 786536. OLE color: 786536.

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

Color convert

RGB 104 0 12 -
CMYK 0 1 0.88 0.59
HSL 353.08º 1% 0.2% -
HSV(B) 353.08º 1% 0.41% -
XYZ 5.78 2.97 0.62 -
YUV 32.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 104 0 12 0 1 0.88 0.59 353.08 1 0.2
Hex 68 0 C 0 64 58 3B 161 64 14
Octal 150 0 14 0 144 130 73 541 144 24
Binary 1101000 0 1100 0 1100100 1011000 111011 101100001 1100100 10100

Color Harmonies of #68000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68000C

Black with #68000C

Text Example


Text Example

White with #68000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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