Html Css Color HEX #6E0016 Burgundy

📋 copy color: '#6E0016'

red 110 ◦ green 0 ◦ blue 22

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

Shades of Burgundy #6E0016

Tints of Burgundy #6E0016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.8

 K value IS 0.57

RGB Variations

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

Color information

#6E0016 (or 0x6E0016) is known color: Burgundy. HEX triplet: 6E, 00 and 16. RGB value is (110,0,22). Sum of RGB (Red+Green+Blue) = 110+0+22=132 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.33% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0016 is #91FFE9. Grayscale: #232323. Windows color (decimal): -9568234 or 1441902. OLE color: 1441902.

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

Color convert

RGB 110 0 22 -
CMYK 0 1 0.8 0.57
HSL 348º 1% 0.22% -
HSV(B) 348º 1% 0.43% -
XYZ 6.58 3.37 1.06 -
YUV 35.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 110 0 22 0 1 0.8 0.57 348 1 0.22
Hex 6E 0 16 0 64 50 39 15C 64 16
Octal 156 0 26 0 144 120 71 534 144 26
Binary 1101110 0 10110 0 1100100 1010000 111001 101011100 1100100 10110

Color Harmonies of #6E0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0016

Black with #6E0016

Text Example


Text Example

White with #6E0016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,0,22); }

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

background-color css

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

 a { background-color: rgb(110,0,22); }

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

border-color css

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

 span { border-color: rgb(110,0,22); }

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