Html Css Color HEX #6E0629 Burgundy

📋 copy color: '#6E0629'

red 110 ◦ green 6 ◦ blue 41

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

Shades of Burgundy #6E0629

Tints of Burgundy #6E0629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.82%

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 70.06%
G = 3.82%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E0629 (or 0x6E0629) is known color: Burgundy. HEX triplet: 6E, 06 and 29. RGB value is (110,6,41). Sum of RGB (Red+Green+Blue) = 110+6+41=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0629 is #91F9D6. Grayscale: #292929. Windows color (decimal): -9566679 or 2688622. OLE color: 2688622.

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

Color convert

RGB 110 6 41 -
CMYK 0 0.95 0.63 0.57
HSL 339.81º 0.9% 0.23% -
HSV(B) 339.81º 0.95% 0.43% -
XYZ 6.9 3.61 2.43 -
YUV 41.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 110 6 41 0 0.95 0.63 0.57 339.81 0.9 0.23
Hex 6E 6 29 0 5F 3F 39 154 5A 17
Octal 156 6 51 0 137 77 71 524 132 27
Binary 1101110 110 101001 0 1011111 111111 111001 101010100 1011010 10111

Color Harmonies of #6E0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0629

Black with #6E0629

Text Example


Text Example

White with #6E0629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,6,41); }

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

background-color css

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

 a { background-color: rgb(110,6,41); }

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

border-color css

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

 span { border-color: rgb(110,6,41); }

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