#4F1019

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

Shades of Bordeaux #4F1019

Tints of Bordeaux #4F1019

Color information

#4F1019 (or 0x4F1019) is unknown color: approx Bordeaux. HEX triplet: 4F, 10 and 19. RGB value is (79,16,25). Sum of RGB (Red+Green+Blue) = 79+16+25=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1019 is #B0EFE6. Grayscale: #232323. Windows color (decimal): -11595751 or 1642575. OLE color: 1642575.

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

Color convert

RGB791625-
CMYK00.800.680.69
HSL351.43º66.32%18.63%-
HSV(B)351.43º79.75%30.98%-
XYZ3.592.11.14-
YUV35.86121.87158.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 65.83%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=65.83%
G=13.33%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79162500.800.680.69351.4366.3218.63
Hex4F1019050444515f4213
Octal1172031012010410553710223
Binary100111110000110010101000010001001000101101011111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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