#4F141F

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

Shades of Bordeaux #4F141F

Tints of Bordeaux #4F141F

Color information

#4F141F (or 0x4F141F) is unknown color: approx Bordeaux. HEX triplet: 4F, 14 and 1F. RGB value is (79,20,31). Sum of RGB (Red+Green+Blue) = 79+20+31=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F141F is #B0EBE0. Grayscale: #262626. Windows color (decimal): -11594721 or 2036815. OLE color: 2036815.

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

Color convert

RGB792031-
CMYK00.750.610.69
HSL348.81º59.6%19.41%-
HSV(B)348.81º74.68%30.98%-
XYZ3.722.261.54-
YUV38.89123.55156.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.77%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=60.77%
G=15.38%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79203100.750.610.69348.8159.619.41
Hex4F141F04B3D4515d3c13
Octal11724370113751055357423
Binary1001111101001111101001011111101100010110101110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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