#4F1518

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

Shades of Bordeaux #4F1518

Tints of Bordeaux #4F1518

Color information

#4F1518 (or 0x4F1518) is unknown color: approx Bordeaux. HEX triplet: 4F, 15 and 18. RGB value is (79,21,24). Sum of RGB (Red+Green+Blue) = 79+21+24=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1518 is #B0EAE7. Grayscale: #262626. Windows color (decimal): -11594472 or 1578319. OLE color: 1578319.

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

Color convert

RGB792124-
CMYK00.730.700.69
HSL356.9º58%19.61%-
HSV(B)356.9º73.42%30.98%-
XYZ3.662.261.11-
YUV38.68119.72156.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.71%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=63.71%
G=16.94%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79212400.730.700.69356.95819.61
Hex4F151804946451653a14
Octal117253001111061055457224
Binary10011111010111000010010011000110100010110110010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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