Html Css Color HEX #6E0510 Burgundy

📋 copy color: '#6E0510'

red 110 ◦ green 5 ◦ blue 16

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

Shades of Burgundy #6E0510

Tints of Burgundy #6E0510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 83.97%
G = 3.82%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6E0510 (or 0x6E0510) is known color: Burgundy. HEX triplet: 6E, 05 and 10. RGB value is (110,5,16). Sum of RGB (Red+Green+Blue) = 110+5+16=131 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.97% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0510 is #91FAEF. Grayscale: #252525. Windows color (decimal): -9566960 or 1049966. OLE color: 1049966.

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

Color convert

RGB 110 5 16 -
CMYK 0 0.95 0.85 0.57
HSL 353.71º 0.91% 0.23% -
HSV(B) 353.71º 0.95% 0.43% -
XYZ 6.58 3.46 0.81 -
YUV 37.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 110 5 16 0 0.95 0.85 0.57 353.71 0.91 0.23
Hex 6E 5 10 0 5F 55 39 162 5B 17
Octal 156 5 20 0 137 125 71 542 133 27
Binary 1101110 101 10000 0 1011111 1010101 111001 101100010 1011011 10111

Color Harmonies of #6E0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0510

Black with #6E0510

Text Example


Text Example

White with #6E0510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,16); }

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

background-color css

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

 a { background-color: rgb(110,5,16); }

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

border-color css

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

 span { border-color: rgb(110,5,16); }

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