#4F111A

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

Shades of Bordeaux #4F111A

Tints of Bordeaux #4F111A

Color information

#4F111A (or 0x4F111A) is unknown color: approx Bordeaux. HEX triplet: 4F, 11 and 1A. RGB value is (79,17,26). Sum of RGB (Red+Green+Blue) = 79+17+26=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F111A is #B0EEE5. Grayscale: #242424. Windows color (decimal): -11595494 or 1708367. OLE color: 1708367.

HSL color Cylindrical-coordinate representation of color #4F111A: hue angle of 351.29º 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 #4F111A is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB791726-
CMYK00.780.670.69
HSL351.29º64.58%18.82%-
HSV(B)351.29º78.48%30.98%-
XYZ3.612.141.2-
YUV36.56122.04158.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.75%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=64.75%
G=13.93%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79172600.780.670.69351.2964.5818.82
Hex4F111A04E434515f4113
Octal1172132011610310553710123
Binary100111110001110100100111010000111000101101011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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