#4F081D

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

Shades of Bordeaux #4F081D

Tints of Bordeaux #4F081D

Color information

#4F081D (or 0x4F081D) is unknown color: approx Bordeaux. HEX triplet: 4F, 08 and 1D. RGB value is (79,8,29). Sum of RGB (Red+Green+Blue) = 79+8+29=116 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.10% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 79 - color contains mainly: red. Hex color #4F081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F081D is #B0F7E2. Grayscale: #1F1F1F. Windows color (decimal): -11597795 or 1902671. OLE color: 1902671.

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

Color convert

RGB79829-
CMYK00.900.630.69
HSL342.25º81.61%17.06%-
HSV(B)342.25º89.87%30.98%-
XYZ3.531.921.35-
YUV31.62126.52161.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 68.10%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 29 (11.72% from 255) = 25%
R=68.10%
G=6.90%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7982900.900.630.69342.2581.6117.06
Hex4F81D05A3F451565211
Octal117103501327710552612221
Binary1001111100011101010110101111111000101101010110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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