#4F091E

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

Shades of Bordeaux #4F091E

Tints of Bordeaux #4F091E

Color information

#4F091E (or 0x4F091E) is unknown color: approx Bordeaux. HEX triplet: 4F, 09 and 1E. RGB value is (79,9,30). Sum of RGB (Red+Green+Blue) = 79+9+30=118 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.95% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 79 - color contains mainly: red. Hex color #4F091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F091E is #B0F6E1. Grayscale: #202020. Windows color (decimal): -11597538 or 1968463. OLE color: 1968463.

HSL color Cylindrical-coordinate representation of color #4F091E: hue angle of 342º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F091E is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB79930-
CMYK00.890.620.69
HSL342º79.55%17.25%-
HSV(B)342º88.61%30.98%-
XYZ3.561.951.42-
YUV32.32126.69161.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 66.95%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=66.95%
G=7.63%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7993000.890.620.6934279.5517.25
Hex4F91E0593E451565011
Octal117113601317610552612021
Binary1001111100111110010110011111101000101101010110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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