#4F0418

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

Shades of Bordeaux #4F0418

Tints of Bordeaux #4F0418

Color information

#4F0418 (or 0x4F0418) is unknown color: approx Bordeaux. HEX triplet: 4F, 04 and 18. RGB value is (79,4,24). Sum of RGB (Red+Green+Blue) = 79+4+24=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0418 is #B0FBE7. Grayscale: #1C1C1C. Windows color (decimal): -11598824 or 1573967. OLE color: 1573967.

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

Color convert

RGB79424-
CMYK00.950.700.69
HSL344º90.36%16.27%-
HSV(B)344º94.94%30.98%-
XYZ3.431.821.03-
YUV28.7125.35163.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 73.83%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=73.83%
G=3.74%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7942400.950.700.6934490.3616.27
Hex4F41805F46451585a10
Octal117430013710610553013220
Binary1001111100110000101111110001101000101101011000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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