#4F061D

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

Shades of Bordeaux #4F061D

Tints of Bordeaux #4F061D

Color information

#4F061D (or 0x4F061D) is unknown color: approx Bordeaux. HEX triplet: 4F, 06 and 1D. RGB value is (79,6,29). Sum of RGB (Red+Green+Blue) = 79+6+29=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F061D is #B0F9E2. Grayscale: #1E1E1E. Windows color (decimal): -11598307 or 1902159. OLE color: 1902159.

HSL color Cylindrical-coordinate representation of color #4F061D: hue angle of 341.1º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F061D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB79629-
CMYK00.920.630.69
HSL341.1º85.88%16.67%-
HSV(B)341.1º92.41%30.98%-
XYZ3.511.881.34-
YUV30.45127.18162.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 69.30%
GREEN value IS 6 (2.73% from 255) = 5.26%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=69.30%
G=5.26%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7962900.920.630.69341.185.8816.67
Hex4F61D05C3F451555611
Octal11763501347710552512621
Binary100111111011101010111001111111000101101010101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,6,29); }

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

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

 a { background-color: rgb(79,6,29); }

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

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

 span { border-color: rgb(79,6,29); }

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