#6F010A

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

Shades of Burgundy #6F010A

Tints of Burgundy #6F010A

Color information

#6F010A (or 0x6F010A) is unknown color: approx Burgundy. HEX triplet: 6F, 01 and 0A. RGB value is (111,1,10). Sum of RGB (Red+Green+Blue) = 111+1+10=122 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.98% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 111 - color contains mainly: red. Hex color #6F010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F010A is #90FEF5. Grayscale: #222222. Windows color (decimal): -9502454 or 655727. OLE color: 655727.

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

Color convert

RGB111110-
CMYK00.990.910.56
HSL355.09º98.21%21.96%-
HSV(B)355.09º99.1%43.53%-
XYZ6.623.420.6-
YUV34.92113.94182.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 90.98%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=90.98%
G=0.82%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11111000.990.910.56355.0998.2121.96
Hex6F1A0635B381636216
Octal15711201431337054314226
Binary110111111010011000111011011111000101100011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,10); }

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

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

 a { background-color: rgb(111,1,10); }

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

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

 span { border-color: rgb(111,1,10); }

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