Html Css Color HEX #6E0410 Burgundy

📋 copy color: '#6E0410'

red 110 ◦ green 4 ◦ blue 16

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

Shades of Burgundy #6E0410

Tints of Burgundy #6E0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

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

R = 84.62%
G = 3.08%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6E0410 (or 0x6E0410) is known color: Burgundy. HEX triplet: 6E, 04 and 10. RGB value is (110,4,16). Sum of RGB (Red+Green+Blue) = 110+4+16=130 (17% of max value = 765). Red value is 110 (43.36% from 255 or 84.62% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0410 is #91FBEF. Grayscale: #252525. Windows color (decimal): -9567216 or 1049710. OLE color: 1049710.

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

Color convert

RGB 110 4 16 -
CMYK 0 0.96 0.85 0.57
HSL 353.21º 0.93% 0.22% -
HSV(B) 353.21º 0.96% 0.43% -
XYZ 6.57 3.44 0.81 -
YUV 37.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 110 4 16 0 0.96 0.85 0.57 353.21 0.93 0.22
Hex 6E 4 10 0 60 55 39 161 5D 16
Octal 156 4 20 0 140 125 71 541 135 26
Binary 1101110 100 10000 0 1100000 1010101 111001 101100001 1011101 10110

Color Harmonies of #6E0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0410

Black with #6E0410

Text Example


Text Example

White with #6E0410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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