Html Css Color HEX #6A000C Burgundy

📋 copy color: '#6A000C'

red 106 ◦ green 0 ◦ blue 12

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

Shades of Burgundy #6A000C

Tints of Burgundy #6A000C

RGB

 RED value IS 106 (41.8% from 255) = 89.83%

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

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

R = 89.83%
G = 0%
B = 10.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6A000C (or 0x6A000C) is known color: Burgundy. HEX triplet: 6A, 00 and 0C. RGB value is (106,0,12). Sum of RGB (Red+Green+Blue) = 106+0+12=118 (15% of max value = 765). Red value is 106 (41.80% from 255 or 89.83% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 106 - color contains mainly: red. Hex color #6A000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A000C is #95FFF3. Grayscale: #212121. Windows color (decimal): -9830388 or 786538. OLE color: 786538.

HSL color Cylindrical-coordinate representation of color #6A000C: hue angle of 353.21º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A000C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 0 12 -
CMYK 0 1 0.89 0.58
HSL 353.21º 1% 0.21% -
HSV(B) 353.21º 1% 0.42% -
XYZ 6.01 3.09 0.63 -
YUV 33.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 106 0 12 0 1 0.89 0.58 353.21 1 0.21
Hex 6A 0 C 0 64 59 3A 161 64 15
Octal 152 0 14 0 144 131 72 541 144 25
Binary 1101010 0 1100 0 1100100 1011001 111010 101100001 1100100 10101

Color Harmonies of #6A000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A000C

Black with #6A000C

Text Example


Text Example

White with #6A000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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