#4F1618

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

Shades of Bordeaux #4F1618

Tints of Bordeaux #4F1618

Color information

#4F1618 (or 0x4F1618) is unknown color: approx Bordeaux. HEX triplet: 4F, 16 and 18. RGB value is (79,22,24). Sum of RGB (Red+Green+Blue) = 79+22+24=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1618 is #B0E9E7. Grayscale: #272727. Windows color (decimal): -11594216 or 1578575. OLE color: 1578575.

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

Color convert

RGB792224-
CMYK00.720.700.69
HSL357.89º56.44%19.8%-
HSV(B)357.89º72.15%30.98%-
XYZ3.682.31.11-
YUV39.27119.38156.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.2%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=63.2%
G=17.6%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79222400.720.700.69357.8956.4419.8
Hex4F161804846451663814
Octal117263001101061055467024
Binary10011111011011000010010001000110100010110110011011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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