#6F0A2E

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

Shades of Burgundy #6F0A2E

Tints of Burgundy #6F0A2E

Color information

#6F0A2E (or 0x6F0A2E) is unknown color: approx Burgundy. HEX triplet: 6F, 0A and 2E. RGB value is (111,10,46). Sum of RGB (Red+Green+Blue) = 111+10+46=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A2E is #90F5D1. Grayscale: #2C2C2C. Windows color (decimal): -9500114 or 3017327. OLE color: 3017327.

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

Color convert

RGB1111046-
CMYK00.910.590.56
HSL338.61º83.47%23.73%-
HSV(B)338.61º90.99%43.53%-
XYZ7.163.792.94-
YUV44.3128.96175.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=66.47%
G=5.99%
B=27.54%

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
Decimal111104600.910.590.56338.6183.4723.73
Hex6FA2E05B3B381535318
Octal15712560133737052312330
Binary1101111101010111001011011111011111000101010011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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