#4F0819

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

Shades of Bordeaux #4F0819

Tints of Bordeaux #4F0819

Color information

#4F0819 (or 0x4F0819) is unknown color: approx Bordeaux. HEX triplet: 4F, 08 and 19. RGB value is (79,8,25). Sum of RGB (Red+Green+Blue) = 79+8+25=112 (14% of max value = 765). Red value is 79 (31.25% from 255 or 70.54% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0819 is #B0F7E6. Grayscale: #1F1F1F. Windows color (decimal): -11597799 or 1640527. OLE color: 1640527.

HSL color Cylindrical-coordinate representation of color #4F0819: hue angle of 345.63º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0819 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB79825-
CMYK00.900.680.69
HSL345.63º81.61%17.06%-
HSV(B)345.63º89.87%30.98%-
XYZ3.491.911.1-
YUV31.17124.52162.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 70.54%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=70.54%
G=7.14%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7982500.900.680.69345.6381.6117.06
Hex4F81905A444515a5211
Octal1171031013210410553212221
Binary10011111000110010101101010001001000101101011010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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