Html Css Color HEX #6E010F Burgundy

📋 copy color: '#6E010F'

red 110 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #6E010F

Tints of Burgundy #6E010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 87.3%
G = 0.79%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6E010F (or 0x6E010F) is known color: Burgundy. HEX triplet: 6E, 01 and 0F. RGB value is (110,1,15). Sum of RGB (Red+Green+Blue) = 110+1+15=126 (16% of max value = 765). Red value is 110 (43.36% from 255 or 87.30% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 110 - color contains mainly: red. Hex color #6E010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E010F is #91FEF0. Grayscale: #232323. Windows color (decimal): -9567985 or 983406. OLE color: 983406.

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

Color convert

RGB 110 1 15 -
CMYK 0 0.99 0.86 0.57
HSL 352.29º 0.98% 0.22% -
HSV(B) 352.29º 0.99% 0.43% -
XYZ 6.53 3.37 0.76 -
YUV 35.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 110 1 15 0 0.99 0.86 0.57 352.29 0.98 0.22
Hex 6E 1 F 0 63 56 39 160 62 16
Octal 156 1 17 0 143 126 71 540 142 26
Binary 1101110 1 1111 0 1100011 1010110 111001 101100000 1100010 10110

Color Harmonies of #6E010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E010F

Black with #6E010F

Text Example


Text Example

White with #6E010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,1,15); }

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

background-color css

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

 a { background-color: rgb(110,1,15); }

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

border-color css

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

 span { border-color: rgb(110,1,15); }

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