Html Css Color HEX #6E0411 Burgundy

📋 copy color: '#6E0411'

red 110 ◦ green 4 ◦ blue 17

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

Shades of Burgundy #6E0411

Tints of Burgundy #6E0411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.98%

R = 83.97%
G = 3.05%
B = 12.98%

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

#6E0411 (or 0x6E0411) is known color: Burgundy. HEX triplet: 6E, 04 and 11. RGB value is (110,4,17). Sum of RGB (Red+Green+Blue) = 110+4+17=131 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.97% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0411 is #91FBEE. Grayscale: #252525. Windows color (decimal): -9567215 or 1115246. OLE color: 1115246.

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

Color convert

RGB 110 4 17 -
CMYK 0 0.96 0.85 0.57
HSL 352.64º 0.93% 0.22% -
HSV(B) 352.64º 0.96% 0.43% -
XYZ 6.58 3.44 0.85 -
YUV 37.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 110 4 17 0 0.96 0.85 0.57 352.64 0.93 0.22
Hex 6E 4 11 0 60 55 39 161 5D 16
Octal 156 4 21 0 140 125 71 541 135 26
Binary 1101110 100 10001 0 1100000 1010101 111001 101100001 1011101 10110

Color Harmonies of #6E0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0411

Black with #6E0411

Text Example


Text Example

White with #6E0411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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