#4F111D

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

Shades of Bordeaux #4F111D

Tints of Bordeaux #4F111D

Color information

#4F111D (or 0x4F111D) is unknown color: approx Bordeaux. HEX triplet: 4F, 11 and 1D. RGB value is (79,17,29). Sum of RGB (Red+Green+Blue) = 79+17+29=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F111D is #B0EEE2. Grayscale: #242424. Windows color (decimal): -11595491 or 1904975. OLE color: 1904975.

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

Color convert

RGB791729-
CMYK00.780.630.69
HSL348.39º64.58%18.82%-
HSV(B)348.39º78.48%30.98%-
XYZ3.652.151.39-
YUV36.91123.54158.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.2%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=63.2%
G=13.6%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79172900.780.630.69348.3964.5818.82
Hex4F111D04E3F4515c4113
Octal117213501167710553410123
Binary10011111000111101010011101111111000101101011100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,17,29); }

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

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

 a { background-color: rgb(79,17,29); }

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

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

 span { border-color: rgb(79,17,29); }

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