#6F022A

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

Shades of Burgundy #6F022A

Tints of Burgundy #6F022A

Color information

#6F022A (or 0x6F022A) is unknown color: approx Burgundy. HEX triplet: 6F, 02 and 2A. RGB value is (111,2,42). Sum of RGB (Red+Green+Blue) = 111+2+42=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F022A is #90FDD5. Grayscale: #272727. Windows color (decimal): -9502166 or 2753135. OLE color: 2753135.

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

Color convert

RGB111242-
CMYK00.980.620.56
HSL337.98º96.46%22.16%-
HSV(B)337.98º98.2%43.53%-
XYZ73.592.51-
YUV39.15129.61179.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.61%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=71.61%
G=1.29%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11124200.980.620.56337.9896.4622.16
Hex6F22A0623E381526016
Octal1572520142767052214026
Binary11011111010101001100010111110111000101010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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