#6F052A

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

Shades of Burgundy #6F052A

Tints of Burgundy #6F052A

Color information

#6F052A (or 0x6F052A) is unknown color: approx Burgundy. HEX triplet: 6F, 05 and 2A. RGB value is (111,5,42). Sum of RGB (Red+Green+Blue) = 111+5+42=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F052A is #90FAD5. Grayscale: #282828. Windows color (decimal): -9501398 or 2753903. OLE color: 2753903.

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

Color convert

RGB111542-
CMYK00.950.620.56
HSL339.06º91.38%22.75%-
HSV(B)339.06º95.5%43.53%-
XYZ7.033.662.53-
YUV40.91128.62177.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 70.25%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=70.25%
G=3.16%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11154200.950.620.56339.0691.3822.75
Hex6F52A05F3E381535b17
Octal1575520137767052313327
Binary110111110110101001011111111110111000101010011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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