Html Css Color HEX #6A000E Burgundy

📋 copy color: '#6A000E'

red 106 ◦ green 0 ◦ blue 14

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

Shades of Burgundy #6A000E

Tints of Burgundy #6A000E

RGB

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

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

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

R = 88.33%
G = 0%
B = 11.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#6A000E (or 0x6A000E) is known color: Burgundy. HEX triplet: 6A, 00 and 0E. RGB value is (106,0,14). Sum of RGB (Red+Green+Blue) = 106+0+14=120 (15% of max value = 765). Red value is 106 (41.80% from 255 or 88.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 106 - color contains mainly: red. Hex color #6A000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A000E is #95FFF1. Grayscale: #212121. Windows color (decimal): -9830386 or 917610. OLE color: 917610.

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

Color convert

RGB 106 0 14 -
CMYK 0 1 0.87 0.58
HSL 352.08º 1% 0.21% -
HSV(B) 352.08º 1% 0.42% -
XYZ 6.02 3.1 0.7 -
YUV 33.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 106 0 14 0 1 0.87 0.58 352.08 1 0.21
Hex 6A 0 E 0 64 57 3A 160 64 15
Octal 152 0 16 0 144 127 72 540 144 25
Binary 1101010 0 1110 0 1100100 1010111 111010 101100000 1100100 10101

Color Harmonies of #6A000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A000E

Black with #6A000E

Text Example


Text Example

White with #6A000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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