#4F0D19

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

Shades of Bordeaux #4F0D19

Tints of Bordeaux #4F0D19

Color information

#4F0D19 (or 0x4F0D19) is unknown color: approx Bordeaux. HEX triplet: 4F, 0D and 19. RGB value is (79,13,25). Sum of RGB (Red+Green+Blue) = 79+13+25=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0D19 is #B0F2E6. Grayscale: #222222. Windows color (decimal): -11596519 or 1641807. OLE color: 1641807.

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

Color convert

RGB791325-
CMYK00.840.680.69
HSL349.09º71.74%18.04%-
HSV(B)349.09º83.54%30.98%-
XYZ3.542.021.12-
YUV34.1122.87160.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 67.52%
GREEN value IS 13 (5.47% from 255) = 11.11%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=67.52%
G=11.11%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79132500.840.680.69349.0971.7418.04
Hex4FD19054444515d4812
Octal1171531012410410553511022
Binary10011111101110010101010010001001000101101011101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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