#4F0716

Color #4F0716 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4F0716

Tints of Bordeaux #4F0716

Color information

#4F0716 (or 0x4F0716) is unknown color: approx Bordeaux. HEX triplet: 4F, 07 and 16. RGB value is (79,7,22). Sum of RGB (Red+Green+Blue) = 79+7+22=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0716 is #B0F8E9. Grayscale: #1E1E1E. Windows color (decimal): -11598058 or 1443663. OLE color: 1443663.

HSL color Cylindrical-coordinate representation of color #4F0716: hue angle of 347.5º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0716 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB79722-
CMYK00.910.720.69
HSL347.5º83.72%16.86%-
HSV(B)347.5º91.14%30.98%-
XYZ3.451.870.94-
YUV30.24123.35162.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 73.15%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=73.15%
G=6.48%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7972200.910.720.69347.583.7216.86
Hex4F71605B484515c5411
Octal117726013311010553412421
Binary1001111111101100101101110010001000101101011100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F0716; }

 p { color: rgb(79,7,22); }

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

<style>
 a { background-color: #4F0716; }

 a { background-color: rgb(79,7,22); }

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

<style>
 span { border-color: #4F0716; }

 span { border-color: rgb(79,7,22); }

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