#4F0912

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

Shades of Bordeaux #4F0912

Tints of Bordeaux #4F0912

Color information

#4F0912 (or 0x4F0912) is unknown color: approx Bordeaux. HEX triplet: 4F, 09 and 12. RGB value is (79,9,18). Sum of RGB (Red+Green+Blue) = 79+9+18=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0912 is #B0F6ED. Grayscale: #1E1E1E. Windows color (decimal): -11597550 or 1182031. OLE color: 1182031.

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

Color convert

RGB79918-
CMYK00.890.770.69
HSL352.29º79.55%17.25%-
HSV(B)352.29º88.61%30.98%-
XYZ3.431.90.76-
YUV30.96120.69162.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 74.53%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=74.53%
G=8.49%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7991800.890.770.69352.2979.5517.25
Hex4F9120594D451605011
Octal1171122013111510554012021
Binary10011111001100100101100110011011000101101100000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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