Html Css Color HEX #68000F Burgundy

📋 copy color: '#68000F'

red 104 ◦ green 0 ◦ blue 15

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

Shades of Burgundy #68000F

Tints of Burgundy #68000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.61%

R = 87.39%
G = 0%
B = 12.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68000F (or 0x68000F) is known color: Burgundy. HEX triplet: 68, 00 and 0F. RGB value is (104,0,15). Sum of RGB (Red+Green+Blue) = 104+0+15=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #68000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68000F is #97FFF0. Grayscale: #202020. Windows color (decimal): -9961457 or 983144. OLE color: 983144.

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

Color convert

RGB 104 0 15 -
CMYK 0 1 0.86 0.59
HSL 351.35º 1% 0.2% -
HSV(B) 351.35º 1% 0.41% -
XYZ 5.8 2.98 0.72 -
YUV 32.81 117.96 178.78 -
System Red Green Blue C M Y K H S L
Decimal 104 0 15 0 1 0.86 0.59 351.35 1 0.2
Hex 68 0 F 0 64 56 3B 15F 64 14
Octal 150 0 17 0 144 126 73 537 144 24
Binary 1101000 0 1111 0 1100100 1010110 111011 101011111 1100100 10100

Color Harmonies of #68000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68000F

Black with #68000F

Text Example


Text Example

White with #68000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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