Html Css Color HEX #68000A Burgundy

📋 copy color: '#68000A'

red 104 ◦ green 0 ◦ blue 10

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

Shades of Burgundy #68000A

Tints of Burgundy #68000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.77%

R = 91.23%
G = 0%
B = 8.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68000A (or 0x68000A) is known color: Burgundy. HEX triplet: 68, 00 and 0A. RGB value is (104,0,10). Sum of RGB (Red+Green+Blue) = 104+0+10=114 (15% of max value = 765). Red value is 104 (41.02% from 255 or 91.23% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 104 - color contains mainly: red. Hex color #68000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68000A is #97FFF5. Grayscale: #202020. Windows color (decimal): -9961462 or 655464. OLE color: 655464.

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

Color convert

RGB 104 0 10 -
CMYK 0 1 0.90 0.59
HSL 354.23º 1% 0.2% -
HSV(B) 354.23º 1% 0.41% -
XYZ 5.76 2.96 0.56 -
YUV 32.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 104 0 10 0 1 0.90 0.59 354.23 1 0.2
Hex 68 0 A 0 64 5A 3B 162 64 14
Octal 150 0 12 0 144 132 73 542 144 24
Binary 1101000 0 1010 0 1100100 1011010 111011 101100010 1100100 10100

Color Harmonies of #68000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68000A

Black with #68000A

Text Example


Text Example

White with #68000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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