#4F1529

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

Shades of Bordeaux #4F1529

Tints of Bordeaux #4F1529

Color information

#4F1529 (or 0x4F1529) is unknown color: approx Bordeaux. HEX triplet: 4F, 15 and 29. RGB value is (79,21,41). Sum of RGB (Red+Green+Blue) = 79+21+41=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1529 is #B0EAD6. Grayscale: #282828. Windows color (decimal): -11594455 or 2692431. OLE color: 2692431.

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

Color convert

RGB792141-
CMYK00.730.480.69
HSL339.31º58%19.61%-
HSV(B)339.31º73.42%30.98%-
XYZ3.892.362.35-
YUV40.62128.22155.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=56.03%
G=14.89%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79214100.730.480.69339.315819.61
Hex4F152904930451533a14
Octal11725510111601055237224
Binary10011111010110100101001001110000100010110101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,41); }

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

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

 a { background-color: rgb(79,21,41); }

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

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

 span { border-color: rgb(79,21,41); }

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