#4F0C1E

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

Shades of Bordeaux #4F0C1E

Tints of Bordeaux #4F0C1E

Color information

#4F0C1E (or 0x4F0C1E) is unknown color: approx Bordeaux. HEX triplet: 4F, 0C and 1E. RGB value is (79,12,30). Sum of RGB (Red+Green+Blue) = 79+12+30=121 (16% of max value = 765). Red value is 79 (31.25% from 255 or 65.29% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0C1E is #B0F3E1. Grayscale: #222222. Windows color (decimal): -11596770 or 1969231. OLE color: 1969231.

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

Color convert

RGB791230-
CMYK00.850.620.69
HSL343.88º73.63%17.84%-
HSV(B)343.88º84.81%30.98%-
XYZ3.592.021.43-
YUV34.08125.7160.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 65.29%
GREEN value IS 12 (5.08% from 255) = 9.92%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=65.29%
G=9.92%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79123000.850.620.69343.8873.6317.84
Hex4FC1E0553E451584a12
Octal117143601257610553011222
Binary1001111110011110010101011111101000101101011000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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