Html Css Color HEX #6E010C Burgundy

📋 copy color: '#6E010C'

red 110 ◦ green 1 ◦ blue 12

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

Shades of Burgundy #6E010C

Tints of Burgundy #6E010C

RGB

 RED value IS 110 (43.36% from 255) = 89.43%

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 89.43%
G = 0.81%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6E010C (or 0x6E010C) is known color: Burgundy. HEX triplet: 6E, 01 and 0C. RGB value is (110,1,12). Sum of RGB (Red+Green+Blue) = 110+1+12=123 (16% of max value = 765). Red value is 110 (43.36% from 255 or 89.43% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 110 - color contains mainly: red. Hex color #6E010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E010C is #91FEF3. Grayscale: #222222. Windows color (decimal): -9567988 or 786798. OLE color: 786798.

HSL color Cylindrical-coordinate representation of color #6E010C: hue angle of 353.94º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E010C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 1 12 -
CMYK 0 0.99 0.89 0.57
HSL 353.94º 0.98% 0.22% -
HSV(B) 353.94º 0.99% 0.43% -
XYZ 6.51 3.36 0.65 -
YUV 34.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 110 1 12 0 0.99 0.89 0.57 353.94 0.98 0.22
Hex 6E 1 C 0 63 59 39 162 62 16
Octal 156 1 14 0 143 131 71 542 142 26
Binary 1101110 1 1100 0 1100011 1011001 111001 101100010 1100010 10110

Color Harmonies of #6E010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E010C

Black with #6E010C

Text Example


Text Example

White with #6E010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,1,12); }

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

background-color css

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

 a { background-color: rgb(110,1,12); }

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

border-color css

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

 span { border-color: rgb(110,1,12); }

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