#4F181E

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

Shades of Bordeaux #4F181E

Tints of Bordeaux #4F181E

Color information

#4F181E (or 0x4F181E) is unknown color: approx Bordeaux. HEX triplet: 4F, 18 and 1E. RGB value is (79,24,30). Sum of RGB (Red+Green+Blue) = 79+24+30=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F181E is #B0E7E1. Grayscale: #292929. Windows color (decimal): -11593698 or 1972303. OLE color: 1972303.

HSL color Cylindrical-coordinate representation of color #4F181E: hue angle of 353.45º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F181E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB792430-
CMYK00.700.620.69
HSL353.45º53.4%20.2%-
HSV(B)353.45º69.62%30.98%-
XYZ3.792.411.49-
YUV41.13121.72155.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.40%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=59.40%
G=18.05%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79243000.700.620.69353.4553.420.2
Hex4F181E0463E451613514
Octal11730360106761055416524
Binary1001111110001111001000110111110100010110110000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,30); }

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

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

 a { background-color: rgb(79,24,30); }

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

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

 span { border-color: rgb(79,24,30); }

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