Html Css Color HEX #6E0B27 Burgundy

📋 copy color: '#6E0B27'

red 110 ◦ green 11 ◦ blue 39

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

Shades of Burgundy #6E0B27

Tints of Burgundy #6E0B27

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.88%

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

R = 68.75%
G = 6.88%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E0B27 (or 0x6E0B27) is known color: Burgundy. HEX triplet: 6E, 0B and 27. RGB value is (110,11,39). Sum of RGB (Red+Green+Blue) = 110+11+39=160 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.75% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0B27 is #91F4D8. Grayscale: #2B2B2B. Windows color (decimal): -9565401 or 2558830. OLE color: 2558830.

HSL color Cylindrical-coordinate representation of color #6E0B27: hue angle of 343.03º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0B27 is Cyan = 0, Magento = 0.9, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 11 39 -
CMYK 0 0.9 0.65 0.57
HSL 343.03º 0.82% 0.24% -
HSV(B) 343.03º 0.9% 0.43% -
XYZ 6.92 3.7 2.27 -
YUV 43.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 110 11 39 0 0.9 0.65 0.57 343.03 0.82 0.24
Hex 6E B 27 0 5A 41 39 157 52 18
Octal 156 13 47 0 132 101 71 527 122 30
Binary 1101110 1011 100111 0 1011010 1000001 111001 101010111 1010010 11000

Color Harmonies of #6E0B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0B27

Black with #6E0B27

Text Example


Text Example

White with #6E0B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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