Html Css Color HEX #6E0015 Burgundy

📋 copy color: '#6E0015'

red 110 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #6E0015

Tints of Burgundy #6E0015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.03%

R = 83.97%
G = 0%
B = 16.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6E0015 (or 0x6E0015) is known color: Burgundy. HEX triplet: 6E, 00 and 15. RGB value is (110,0,21). Sum of RGB (Red+Green+Blue) = 110+0+21=131 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.97% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0015 is #91FFEA. Grayscale: #232323. Windows color (decimal): -9568235 or 1376366. OLE color: 1376366.

HSL color Cylindrical-coordinate representation of color #6E0015: hue angle of 348.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 #6E0015 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 0 21 -
CMYK 0 1 0.81 0.57
HSL 348.55º 1% 0.22% -
HSV(B) 348.55º 1% 0.43% -
XYZ 6.57 3.37 1.01 -
YUV 35.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 110 0 21 0 1 0.81 0.57 348.55 1 0.22
Hex 6E 0 15 0 64 51 39 15D 64 16
Octal 156 0 25 0 144 121 71 535 144 26
Binary 1101110 0 10101 0 1100100 1010001 111001 101011101 1100100 10110

Color Harmonies of #6E0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0015

Black with #6E0015

Text Example


Text Example

White with #6E0015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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