Html Css Color HEX #6E0027 Burgundy

📋 copy color: '#6E0027'

red 110 ◦ green 0 ◦ blue 39

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

Shades of Burgundy #6E0027

Tints of Burgundy #6E0027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.17%

R = 73.83%
G = 0%
B = 26.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E0027 (or 0x6E0027) is known color: Burgundy. HEX triplet: 6E, 00 and 27. RGB value is (110,0,39). Sum of RGB (Red+Green+Blue) = 110+0+39=149 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.83% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0027 is #91FFD8. Grayscale: #252525. Windows color (decimal): -9568217 or 2556014. OLE color: 2556014.

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

Color convert

RGB 110 0 39 -
CMYK 0 1 0.65 0.57
HSL 338.73º 1% 0.22% -
HSV(B) 338.73º 1% 0.43% -
XYZ 6.8 3.46 2.23 -
YUV 37.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 110 0 39 0 1 0.65 0.57 338.73 1 0.22
Hex 6E 0 27 0 64 41 39 153 64 16
Octal 156 0 47 0 144 101 71 523 144 26
Binary 1101110 0 100111 0 1100100 1000001 111001 101010011 1100100 10110

Color Harmonies of #6E0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0027

Black with #6E0027

Text Example


Text Example

White with #6E0027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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