#6F032A

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

Shades of Burgundy #6F032A

Tints of Burgundy #6F032A

Color information

#6F032A (or 0x6F032A) is unknown color: approx Burgundy. HEX triplet: 6F, 03 and 2A. RGB value is (111,3,42). Sum of RGB (Red+Green+Blue) = 111+3+42=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F032A is #90FCD5. Grayscale: #272727. Windows color (decimal): -9501910 or 2753391. OLE color: 2753391.

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

Color convert

RGB111342-
CMYK00.970.620.56
HSL338.33º94.74%22.35%-
HSV(B)338.33º97.3%43.53%-
XYZ7.013.612.52-
YUV39.74129.28178.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.15%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=71.15%
G=1.92%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11134200.970.620.56338.3394.7422.35
Hex6F32A0613E381525f16
Octal1573520141767052213726
Binary11011111110101001100001111110111000101010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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