#4F041A

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

Shades of Bordeaux #4F041A

Tints of Bordeaux #4F041A

Color information

#4F041A (or 0x4F041A) is unknown color: approx Bordeaux. HEX triplet: 4F, 04 and 1A. RGB value is (79,4,26). Sum of RGB (Red+Green+Blue) = 79+4+26=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F041A is #B0FBE5. Grayscale: #1C1C1C. Windows color (decimal): -11598822 or 1705039. OLE color: 1705039.

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

Color convert

RGB79426-
CMYK00.950.670.69
HSL342.4º90.36%16.27%-
HSV(B)342.4º94.94%30.98%-
XYZ3.451.821.15-
YUV28.93126.35163.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 72.48%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=72.48%
G=3.67%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7942600.950.670.69342.490.3616.27
Hex4F41A05F43451565a10
Octal117432013710310552613220
Binary1001111100110100101111110000111000101101010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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