#4F081F

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

Shades of Bordeaux #4F081F

Tints of Bordeaux #4F081F

Color information

#4F081F (or 0x4F081F) is unknown color: approx Bordeaux. HEX triplet: 4F, 08 and 1F. RGB value is (79,8,31). Sum of RGB (Red+Green+Blue) = 79+8+31=118 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.95% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 79 - color contains mainly: red. Hex color #4F081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F081F is #B0F7E0. Grayscale: #1F1F1F. Windows color (decimal): -11597793 or 2033743. OLE color: 2033743.

HSL color Cylindrical-coordinate representation of color #4F081F: hue angle of 340.56º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F081F is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB79831-
CMYK00.900.610.69
HSL340.56º81.61%17.06%-
HSV(B)340.56º89.87%30.98%-
XYZ3.561.931.48-
YUV31.85127.52161.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 66.95%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=66.95%
G=6.78%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7983100.900.610.69340.5681.6117.06
Hex4F81F05A3D451555211
Octal117103701327510552512221
Binary1001111100011111010110101111011000101101010101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,8,31); }

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

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

 a { background-color: rgb(79,8,31); }

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

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

 span { border-color: rgb(79,8,31); }

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