Html Css Color HEX #6E0416 Burgundy

📋 copy color: '#6E0416'

red 110 ◦ green 4 ◦ blue 22

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

Shades of Burgundy #6E0416

Tints of Burgundy #6E0416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.18%

R = 80.88%
G = 2.94%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.8

 K value IS 0.57

RGB Variations

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

Color information

#6E0416 (or 0x6E0416) is known color: Burgundy. HEX triplet: 6E, 04 and 16. RGB value is (110,4,22). Sum of RGB (Red+Green+Blue) = 110+4+22=136 (18% of max value = 765). Red value is 110 (43.36% from 255 or 80.88% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0416 is #91FBE9. Grayscale: #252525. Windows color (decimal): -9567210 or 1442926. OLE color: 1442926.

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

Color convert

RGB 110 4 22 -
CMYK 0 0.96 0.8 0.57
HSL 349.81º 0.93% 0.22% -
HSV(B) 349.81º 0.96% 0.43% -
XYZ 6.62 3.46 1.08 -
YUV 37.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 110 4 22 0 0.96 0.8 0.57 349.81 0.93 0.22
Hex 6E 4 16 0 60 50 39 15E 5D 16
Octal 156 4 26 0 140 120 71 536 135 26
Binary 1101110 100 10110 0 1100000 1010000 111001 101011110 1011101 10110

Color Harmonies of #6E0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0416

Black with #6E0416

Text Example


Text Example

White with #6E0416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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