#6F0A2D

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

Shades of Burgundy #6F0A2D

Tints of Burgundy #6F0A2D

Color information

#6F0A2D (or 0x6F0A2D) is unknown color: approx Burgundy. HEX triplet: 6F, 0A and 2D. RGB value is (111,10,45). Sum of RGB (Red+Green+Blue) = 111+10+45=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A2D is #90F5D2. Grayscale: #2C2C2C. Windows color (decimal): -9500115 or 2951791. OLE color: 2951791.

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

Color convert

RGB1111045-
CMYK00.910.590.56
HSL339.21º83.47%23.73%-
HSV(B)339.21º90.99%43.53%-
XYZ7.143.792.84-
YUV44.19128.46175.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.87%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=66.87%
G=6.02%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111104500.910.590.56339.2183.4723.73
Hex6FA2D05B3B381535318
Octal15712550133737052312330
Binary1101111101010110101011011111011111000101010011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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