#6F020A

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

Shades of Burgundy #6F020A

Tints of Burgundy #6F020A

Color information

#6F020A (or 0x6F020A) is unknown color: approx Burgundy. HEX triplet: 6F, 02 and 0A. RGB value is (111,2,10). Sum of RGB (Red+Green+Blue) = 111+2+10=123 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.24% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 111 - color contains mainly: red. Hex color #6F020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F020A is #90FDF5. Grayscale: #232323. Windows color (decimal): -9502198 or 655983. OLE color: 655983.

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

Color convert

RGB111210-
CMYK00.980.910.56
HSL355.6º96.46%22.16%-
HSV(B)355.6º98.2%43.53%-
XYZ6.633.440.6-
YUV35.5113.61181.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 90.24%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 10 (4.30% from 255) = 8.13%
R=90.24%
G=1.63%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11121000.980.910.56355.696.4622.16
Hex6F2A0625B381646016
Octal15721201421337054414026
Binary1101111101010011000101011011111000101100100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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