#4F1315

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

Shades of Bordeaux #4F1315

Tints of Bordeaux #4F1315

Color information

#4F1315 (or 0x4F1315) is unknown color: approx Bordeaux. HEX triplet: 4F, 13 and 15. RGB value is (79,19,21). Sum of RGB (Red+Green+Blue) = 79+19+21=119 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.39% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1315 is #B0ECEA. Grayscale: #252525. Windows color (decimal): -11594987 or 1381199. OLE color: 1381199.

HSL color Cylindrical-coordinate representation of color #4F1315: hue angle of 358º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F1315 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB791921-
CMYK00.760.730.69
HSL358º61.22%19.22%-
HSV(B)358º75.95%30.98%-
XYZ3.592.180.94-
YUV37.17118.88157.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 66.39%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=66.39%
G=15.97%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79192100.760.730.6935861.2219.22
Hex4F131504C49451663d13
Octal117232501141111055467523
Binary10011111001110101010011001001001100010110110011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,19,21); }

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

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

 a { background-color: rgb(79,19,21); }

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

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

 span { border-color: rgb(79,19,21); }

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