#6F021A

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

Shades of Burgundy #6F021A

Tints of Burgundy #6F021A

Color information

#6F021A (or 0x6F021A) is unknown color: approx Burgundy. HEX triplet: 6F, 02 and 1A. RGB value is (111,2,26). Sum of RGB (Red+Green+Blue) = 111+2+26=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F021A is #90FDE5. Grayscale: #252525. Windows color (decimal): -9502182 or 1704559. OLE color: 1704559.

HSL color Cylindrical-coordinate representation of color #6F021A: hue angle of 346.79º 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 #6F021A is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB111226-
CMYK00.980.770.56
HSL346.79º96.46%22.16%-
HSV(B)346.79º98.2%43.53%-
XYZ6.763.51.3-
YUV37.33121.61180.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 79.86%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=79.86%
G=1.44%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11122600.980.770.56346.7996.4622.16
Hex6F21A0624D3815b6016
Octal15723201421157053314026
Binary11011111011010011000101001101111000101011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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