Html Css Color HEX #6E002B Burgundy

📋 copy color: '#6E002B'

red 110 ◦ green 0 ◦ blue 43

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

Shades of Burgundy #6E002B

Tints of Burgundy #6E002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 71.9%
G = 0%
B = 28.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6E002B (or 0x6E002B) is known color: Burgundy. HEX triplet: 6E, 00 and 2B. RGB value is (110,0,43). Sum of RGB (Red+Green+Blue) = 110+0+43=153 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.90% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 110 - color contains mainly: red. Hex color #6E002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E002B is #91FFD4. Grayscale: #252525. Windows color (decimal): -9568213 or 2818158. OLE color: 2818158.

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

Color convert

RGB 110 0 43 -
CMYK 0 1 0.61 0.57
HSL 336.55º 1% 0.22% -
HSV(B) 336.55º 1% 0.43% -
XYZ 6.87 3.49 2.6 -
YUV 37.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 110 0 43 0 1 0.61 0.57 336.55 1 0.22
Hex 6E 0 2B 0 64 3D 39 151 64 16
Octal 156 0 53 0 144 75 71 521 144 26
Binary 1101110 0 101011 0 1100100 111101 111001 101010001 1100100 10110

Color Harmonies of #6E002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E002B

Black with #6E002B

Text Example


Text Example

White with #6E002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,0,43); }

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

background-color css

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

 a { background-color: rgb(110,0,43); }

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

border-color css

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

 span { border-color: rgb(110,0,43); }

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