Html Css Color HEX #6E0127 Burgundy

📋 copy color: '#6E0127'

red 110 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #6E0127

Tints of Burgundy #6E0127

RGB

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

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

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

R = 73.33%
G = 0.67%
B = 26%

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

#6E0127 (or 0x6E0127) is known color: Burgundy. HEX triplet: 6E, 01 and 27. RGB value is (110,1,39). Sum of RGB (Red+Green+Blue) = 110+1+39=150 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0127 is #91FED8. Grayscale: #252525. Windows color (decimal): -9567961 or 2556270. OLE color: 2556270.

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

Color convert

RGB 110 1 39 -
CMYK 0 0.99 0.65 0.57
HSL 339.08º 0.98% 0.22% -
HSV(B) 339.08º 0.99% 0.43% -
XYZ 6.81 3.48 2.23 -
YUV 37.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 110 1 39 0 0.99 0.65 0.57 339.08 0.98 0.22
Hex 6E 1 27 0 63 41 39 153 62 16
Octal 156 1 47 0 143 101 71 523 142 26
Binary 1101110 1 100111 0 1100011 1000001 111001 101010011 1100010 10110

Color Harmonies of #6E0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0127

Black with #6E0127

Text Example


Text Example

White with #6E0127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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