Html Css Color HEX #6E0B22 Burgundy

📋 copy color: '#6E0B22'

red 110 ◦ green 11 ◦ blue 34

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

Shades of Burgundy #6E0B22

Tints of Burgundy #6E0B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.94%

R = 70.97%
G = 7.1%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.69

 K value IS 0.57

RGB Variations

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

Color information

#6E0B22 (or 0x6E0B22) is known color: Burgundy. HEX triplet: 6E, 0B and 22. RGB value is (110,11,34). Sum of RGB (Red+Green+Blue) = 110+11+34=155 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.97% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0B22 is #91F4DD. Grayscale: #2B2B2B. Windows color (decimal): -9565406 or 2231150. OLE color: 2231150.

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

Color convert

RGB 110 11 34 -
CMYK 0 0.9 0.69 0.57
HSL 346.06º 0.82% 0.24% -
HSV(B) 346.06º 0.9% 0.43% -
XYZ 6.84 3.67 1.86 -
YUV 43.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 110 11 34 0 0.9 0.69 0.57 346.06 0.82 0.24
Hex 6E B 22 0 5A 45 39 15A 52 18
Octal 156 13 42 0 132 105 71 532 122 30
Binary 1101110 1011 100010 0 1011010 1000101 111001 101011010 1010010 11000

Color Harmonies of #6E0B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0B22

Black with #6E0B22

Text Example


Text Example

White with #6E0B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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