Html Css Color HEX #6E0109 Burgundy

📋 copy color: '#6E0109'

red 110 ◦ green 1 ◦ blue 9

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

Shades of Burgundy #6E0109

Tints of Burgundy #6E0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.5%

R = 91.67%
G = 0.83%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#6E0109 (or 0x6E0109) is known color: Burgundy. HEX triplet: 6E, 01 and 09. RGB value is (110,1,9). Sum of RGB (Red+Green+Blue) = 110+1+9=120 (15% of max value = 765). Red value is 110 (43.36% from 255 or 91.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0109 is #91FEF6. Grayscale: #222222. Windows color (decimal): -9567991 or 590190. OLE color: 590190.

HSL color Cylindrical-coordinate representation of color #6E0109: hue angle of 355.6º 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 #6E0109 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 1 9 -
CMYK 0 0.99 0.92 0.57
HSL 355.6º 0.98% 0.22% -
HSV(B) 355.6º 0.99% 0.43% -
XYZ 6.49 3.36 0.56 -
YUV 34.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 110 1 9 0 0.99 0.92 0.57 355.6 0.98 0.22
Hex 6E 1 9 0 63 5C 39 164 62 16
Octal 156 1 11 0 143 134 71 544 142 26
Binary 1101110 1 1001 0 1100011 1011100 111001 101100100 1100010 10110

Color Harmonies of #6E0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0109

Black with #6E0109

Text Example


Text Example

White with #6E0109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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