#4F161F

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

Shades of Bordeaux #4F161F

Tints of Bordeaux #4F161F

Color information

#4F161F (or 0x4F161F) is unknown color: approx Bordeaux. HEX triplet: 4F, 16 and 1F. RGB value is (79,22,31). Sum of RGB (Red+Green+Blue) = 79+22+31=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F161F is #B0E9E0. Grayscale: #282828. Windows color (decimal): -11594209 or 2037327. OLE color: 2037327.

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

Color convert

RGB792231-
CMYK00.720.610.69
HSL350.53º56.44%19.8%-
HSV(B)350.53º72.15%30.98%-
XYZ3.762.341.55-
YUV40.07122.88155.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.85%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=59.85%
G=16.67%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79223100.720.610.69350.5356.4419.8
Hex4F161F0483D4515f3814
Octal11726370110751055377024
Binary1001111101101111101001000111101100010110101111111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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