#4F1517

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

Shades of Bordeaux #4F1517

Tints of Bordeaux #4F1517

Color information

#4F1517 (or 0x4F1517) is unknown color: approx Bordeaux. HEX triplet: 4F, 15 and 17. RGB value is (79,21,23). Sum of RGB (Red+Green+Blue) = 79+21+23=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1517 is #B0EAE8. Grayscale: #262626. Windows color (decimal): -11594473 or 1512783. OLE color: 1512783.

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

Color convert

RGB792123-
CMYK00.730.710.69
HSL357.93º58%19.61%-
HSV(B)357.93º73.42%30.98%-
XYZ3.652.261.05-
YUV38.57119.22156.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.23%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=64.23%
G=17.07%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79212300.730.710.69357.935819.61
Hex4F151704947451663a14
Octal117252701111071055467224
Binary10011111010110111010010011000111100010110110011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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