#4F0B19

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

Shades of Bordeaux #4F0B19

Tints of Bordeaux #4F0B19

Color information

#4F0B19 (or 0x4F0B19) is unknown color: approx Bordeaux. HEX triplet: 4F, 0B and 19. RGB value is (79,11,25). Sum of RGB (Red+Green+Blue) = 79+11+25=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0B19 is #B0F4E6. Grayscale: #202020. Windows color (decimal): -11597031 or 1641295. OLE color: 1641295.

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

Color convert

RGB791125-
CMYK00.860.680.69
HSL347.65º75.56%17.65%-
HSV(B)347.65º86.08%30.98%-
XYZ3.521.971.11-
YUV32.93123.53160.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 68.70%
GREEN value IS 11 (4.69% from 255) = 9.57%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=68.70%
G=9.57%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79112500.860.680.69347.6575.5617.65
Hex4FB19056444515c4c12
Octal1171331012610410553411422
Binary10011111011110010101011010001001000101101011100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,11,25); }

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

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

 a { background-color: rgb(79,11,25); }

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

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

 span { border-color: rgb(79,11,25); }

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