#6F0914

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

Shades of Burgundy #6F0914

Tints of Burgundy #6F0914

Color information

#6F0914 (or 0x6F0914) is unknown color: approx Burgundy. HEX triplet: 6F, 09 and 14. RGB value is (111,9,20). Sum of RGB (Red+Green+Blue) = 111+9+20=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0914 is #90F6EB. Grayscale: #282828. Windows color (decimal): -9500396 or 1313135. OLE color: 1313135.

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

Color convert

RGB111920-
CMYK00.920.820.56
HSL353.53º85%23.53%-
HSV(B)353.53º91.89%43.53%-
XYZ6.783.631-
YUV40.75116.29178.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 79.29%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=79.29%
G=6.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11192000.920.820.56353.538523.53
Hex6F91405C52381625518
Octal157112401341227054212530
Binary1101111100110100010111001010010111000101100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,9,20); }

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

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

 a { background-color: rgb(111,9,20); }

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

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

 span { border-color: rgb(111,9,20); }

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