Html Css Color HEX #6E001F Burgundy

📋 copy color: '#6E001F'

red 110 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #6E001F

Tints of Burgundy #6E001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.99%

R = 78.01%
G = 0%
B = 21.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6E001F (or 0x6E001F) is known color: Burgundy. HEX triplet: 6E, 00 and 1F. RGB value is (110,0,31). Sum of RGB (Red+Green+Blue) = 110+0+31=141 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.01% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 110 - color contains mainly: red. Hex color #6E001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E001F is #91FFE0. Grayscale: #242424. Windows color (decimal): -9568225 or 2031726. OLE color: 2031726.

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

Color convert

RGB 110 0 31 -
CMYK 0 1 0.72 0.57
HSL 343.09º 1% 0.22% -
HSV(B) 343.09º 1% 0.43% -
XYZ 6.68 3.41 1.6 -
YUV 36.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 110 0 31 0 1 0.72 0.57 343.09 1 0.22
Hex 6E 0 1F 0 64 48 39 157 64 16
Octal 156 0 37 0 144 110 71 527 144 26
Binary 1101110 0 11111 0 1100100 1001000 111001 101010111 1100100 10110

Color Harmonies of #6E001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E001F

Black with #6E001F

Text Example


Text Example

White with #6E001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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