Html Css Color HEX #6E051B Burgundy

📋 copy color: '#6E051B'

red 110 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #6E051B

Tints of Burgundy #6E051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

 BLUE value IS 27 (10.94% from 255) = 19.01%

R = 77.46%
G = 3.52%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E051B (or 0x6E051B) is known color: Burgundy. HEX triplet: 6E, 05 and 1B. RGB value is (110,5,27). Sum of RGB (Red+Green+Blue) = 110+5+27=142 (18% of max value = 765). Red value is 110 (43.36% from 255 or 77.46% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 110 - color contains mainly: red. Hex color #6E051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E051B is #91FAE4. Grayscale: #262626. Windows color (decimal): -9566949 or 1770862. OLE color: 1770862.

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

Color convert

RGB 110 5 27 -
CMYK 0 0.95 0.75 0.57
HSL 347.43º 0.91% 0.23% -
HSV(B) 347.43º 0.95% 0.43% -
XYZ 6.68 3.5 1.36 -
YUV 38.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 110 5 27 0 0.95 0.75 0.57 347.43 0.91 0.23
Hex 6E 5 1B 0 5F 4B 39 15B 5B 17
Octal 156 5 33 0 137 113 71 533 133 27
Binary 1101110 101 11011 0 1011111 1001011 111001 101011011 1011011 10111

Color Harmonies of #6E051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E051B

Black with #6E051B

Text Example


Text Example

White with #6E051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,27); }

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

background-color css

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

 a { background-color: rgb(110,5,27); }

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

border-color css

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

 span { border-color: rgb(110,5,27); }

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