#6E000F

Color #6E000F Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #6E000F

Tints of Burgundy #6E000F

Color information

#6E000F (or 0x6E000F) is unknown color: approx Burgundy. HEX triplet: 6E, 00 and 0F. RGB value is (110,0,15). Sum of RGB (Red+Green+Blue) = 110+0+15=125 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 110 - color contains mainly: red. Hex color #6E000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E000F is #91FFF0. Grayscale: #222222. Windows color (decimal): -9568241 or 983150. OLE color: 983150.

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

Color convert

RGB110015-
CMYK010.860.57
HSL351.82º100%21.57%-
HSV(B)351.82º100%43.14%-
XYZ6.523.350.75-
YUV34.6116.94181.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 12%
R=88%
G=0%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110015010.860.57351.8210021.57
Hex6E0F06456391606416
Octal15601701441267154014426
Binary110111001111011001001010110111001101100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E000F;
 }
 .AnyTagClassName
 {
   color: #6E000F;
 }
</style>
background-color css

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

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

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

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

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

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