#4F0412

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

Shades of Bordeaux #4F0412

Tints of Bordeaux #4F0412

Color information

#4F0412 (or 0x4F0412) is unknown color: approx Bordeaux. HEX triplet: 4F, 04 and 12. RGB value is (79,4,18). Sum of RGB (Red+Green+Blue) = 79+4+18=101 (13% of max value = 765). Red value is 79 (31.25% from 255 or 78.22% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0412 is #B0FBED. Grayscale: #1C1C1C. Windows color (decimal): -11598830 or 1180751. OLE color: 1180751.

HSL color Cylindrical-coordinate representation of color #4F0412: hue angle of 348.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0412 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB79418-
CMYK00.950.770.69
HSL348.8º90.36%16.27%-
HSV(B)348.8º94.94%30.98%-
XYZ3.381.790.74-
YUV28.02122.35164.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 78.22%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=78.22%
G=3.96%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7941800.950.770.69348.890.3616.27
Hex4F41205F4D4515d5a10
Octal117422013711510553513220
Binary1001111100100100101111110011011000101101011101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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