#4F1928

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

Shades of Bordeaux #4F1928

Tints of Bordeaux #4F1928

Color information

#4F1928 (or 0x4F1928) is unknown color: approx Bordeaux. HEX triplet: 4F, 19 and 28. RGB value is (79,25,40). Sum of RGB (Red+Green+Blue) = 79+25+40=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1928 is #B0E6D7. Grayscale: #2A2A2A. Windows color (decimal): -11593432 or 2627919. OLE color: 2627919.

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

Color convert

RGB792540-
CMYK00.680.490.69
HSL343.33º51.92%20.39%-
HSV(B)343.33º68.35%30.98%-
XYZ3.962.512.28-
YUV42.86126.39153.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.86%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=54.86%
G=17.36%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79254000.680.490.69343.3351.9220.39
Hex4F192804431451573414
Octal11731500104611055276424
Binary10011111100110100001000100110001100010110101011111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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