Html Css Color HEX #6E0126 Burgundy

📋 copy color: '#6E0126'

red 110 ◦ green 1 ◦ blue 38

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

Shades of Burgundy #6E0126

Tints of Burgundy #6E0126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 38 (15.23% from 255) = 25.5%

R = 73.83%
G = 0.67%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E0126 (or 0x6E0126) is known color: Burgundy. HEX triplet: 6E, 01 and 26. RGB value is (110,1,38). Sum of RGB (Red+Green+Blue) = 110+1+38=149 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.83% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0126 is #91FED9. Grayscale: #252525. Windows color (decimal): -9567962 or 2490734. OLE color: 2490734.

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

Color convert

RGB 110 1 38 -
CMYK 0 0.99 0.65 0.57
HSL 339.63º 0.98% 0.22% -
HSV(B) 339.63º 0.99% 0.43% -
XYZ 6.79 3.48 2.15 -
YUV 37.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 110 1 38 0 0.99 0.65 0.57 339.63 0.98 0.22
Hex 6E 1 26 0 63 41 39 154 62 16
Octal 156 1 46 0 143 101 71 524 142 26
Binary 1101110 1 100110 0 1100011 1000001 111001 101010100 1100010 10110

Color Harmonies of #6E0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0126

Black with #6E0126

Text Example


Text Example

White with #6E0126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,1,38); }

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

background-color css

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

 a { background-color: rgb(110,1,38); }

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

border-color css

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

 span { border-color: rgb(110,1,38); }

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