#4F1419

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

Shades of Bordeaux #4F1419

Tints of Bordeaux #4F1419

Color information

#4F1419 (or 0x4F1419) is unknown color: approx Bordeaux. HEX triplet: 4F, 14 and 19. RGB value is (79,20,25). Sum of RGB (Red+Green+Blue) = 79+20+25=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1419 is #B0EBE6. Grayscale: #262626. Windows color (decimal): -11594727 or 1643599. OLE color: 1643599.

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

Color convert

RGB792025-
CMYK00.750.680.69
HSL354.92º59.6%19.41%-
HSV(B)354.92º74.68%30.98%-
XYZ3.652.231.16-
YUV38.21120.55157.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.71%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=63.71%
G=16.13%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79202500.750.680.69354.9259.619.41
Hex4F141904B44451633c13
Octal117243101131041055437423
Binary10011111010011001010010111000100100010110110001111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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