Html Css Color HEX #6E071A Burgundy

📋 copy color: '#6E071A'

red 110 ◦ green 7 ◦ blue 26

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

Shades of Burgundy #6E071A

Tints of Burgundy #6E071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.9%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 76.92%
G = 4.9%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E071A (or 0x6E071A) is known color: Burgundy. HEX triplet: 6E, 07 and 1A. RGB value is (110,7,26). Sum of RGB (Red+Green+Blue) = 110+7+26=143 (18% of max value = 765). Red value is 110 (43.36% from 255 or 76.92% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 110 - color contains mainly: red. Hex color #6E071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E071A is #91F8E5. Grayscale: #272727. Windows color (decimal): -9566438 or 1705838. OLE color: 1705838.

HSL color Cylindrical-coordinate representation of color #6E071A: hue angle of 348.93º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E071A is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 7 26 -
CMYK 0 0.94 0.76 0.57
HSL 348.93º 0.88% 0.23% -
HSV(B) 348.93º 0.94% 0.43% -
XYZ 6.69 3.54 1.31 -
YUV 39.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 110 7 26 0 0.94 0.76 0.57 348.93 0.88 0.23
Hex 6E 7 1A 0 5E 4C 39 15D 58 17
Octal 156 7 32 0 136 114 71 535 130 27
Binary 1101110 111 11010 0 1011110 1001100 111001 101011101 1011000 10111

Color Harmonies of #6E071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E071A

Black with #6E071A

Text Example


Text Example

White with #6E071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,7,26); }

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

background-color css

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

 a { background-color: rgb(110,7,26); }

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

border-color css

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

 span { border-color: rgb(110,7,26); }

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