#4F1E2A

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

Shades of Bordeaux #4F1E2A

Tints of Bordeaux #4F1E2A

Color information

#4F1E2A (or 0x4F1E2A) is unknown color: approx Bordeaux. HEX triplet: 4F, 1E and 2A. RGB value is (79,30,42). Sum of RGB (Red+Green+Blue) = 79+30+42=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E2A is #B0E1D5. Grayscale: #2E2E2E. Windows color (decimal): -11592150 or 2760271. OLE color: 2760271.

HSL color Cylindrical-coordinate representation of color #4F1E2A: hue angle of 345.31º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E2A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB793042-
CMYK00.620.470.69
HSL345.31º44.95%21.37%-
HSV(B)345.31º62.03%30.98%-
XYZ4.112.762.51-
YUV46.02125.73151.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.32%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=52.32%
G=19.87%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79304200.620.470.69345.3144.9521.37
Hex4F1E2A03E2F451592d15
Octal1173652076571055315525
Binary1001111111101010100111110101111100010110101100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,42); }

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

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

 a { background-color: rgb(79,30,42); }

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

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

 span { border-color: rgb(79,30,42); }

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