Html Css Color HEX #6E0117 Burgundy

📋 copy color: '#6E0117'

red 110 ◦ green 1 ◦ blue 23

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

Shades of Burgundy #6E0117

Tints of Burgundy #6E0117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.16%

R = 82.09%
G = 0.75%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.57

RGB Variations

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

Color information

#6E0117 (or 0x6E0117) is known color: Burgundy. HEX triplet: 6E, 01 and 17. RGB value is (110,1,23). Sum of RGB (Red+Green+Blue) = 110+1+23=134 (17% of max value = 765). Red value is 110 (43.36% from 255 or 82.09% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0117 is #91FEE8. Grayscale: #242424. Windows color (decimal): -9567977 or 1507694. OLE color: 1507694.

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

Color convert

RGB 110 1 23 -
CMYK 0 0.99 0.79 0.57
HSL 347.89º 0.98% 0.22% -
HSV(B) 347.89º 0.99% 0.43% -
XYZ 6.6 3.4 1.12 -
YUV 36.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 110 1 23 0 0.99 0.79 0.57 347.89 0.98 0.22
Hex 6E 1 17 0 63 4F 39 15C 62 16
Octal 156 1 27 0 143 117 71 534 142 26
Binary 1101110 1 10111 0 1100011 1001111 111001 101011100 1100010 10110

Color Harmonies of #6E0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0117

Black with #6E0117

Text Example


Text Example

White with #6E0117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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