#4F1B1E

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

Shades of Bordeaux #4F1B1E

Tints of Bordeaux #4F1B1E

Color information

#4F1B1E (or 0x4F1B1E) is unknown color: approx Bordeaux. HEX triplet: 4F, 1B and 1E. RGB value is (79,27,30). Sum of RGB (Red+Green+Blue) = 79+27+30=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B1E is #B0E4E1. Grayscale: #2A2A2A. Windows color (decimal): -11592930 or 1973071. OLE color: 1973071.

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

Color convert

RGB792730-
CMYK00.660.620.69
HSL356.54º49.06%20.78%-
HSV(B)356.54º65.82%30.98%-
XYZ3.852.541.52-
YUV42.89120.73153.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=58.09%
G=19.85%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79273000.660.620.69356.5449.0620.78
Hex4F1B1E0423E451653115
Octal11733360102761055456125
Binary1001111110111111001000010111110100010110110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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