#4F1429

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

Shades of Bordeaux #4F1429

Tints of Bordeaux #4F1429

Color information

#4F1429 (or 0x4F1429) is unknown color: approx Bordeaux. HEX triplet: 4F, 14 and 29. RGB value is (79,20,41). Sum of RGB (Red+Green+Blue) = 79+20+41=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1429 is #B0EBD6. Grayscale: #282828. Windows color (decimal): -11594711 or 2692175. OLE color: 2692175.

HSL color Cylindrical-coordinate representation of color #4F1429: hue angle of 338.64º 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 #4F1429 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB792041-
CMYK00.750.480.69
HSL338.64º59.6%19.41%-
HSV(B)338.64º74.68%30.98%-
XYZ3.872.322.34-
YUV40.03128.55155.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.43%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=56.43%
G=14.29%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79204100.750.480.69338.6459.619.41
Hex4F142904B30451533c13
Octal11724510113601055237423
Binary10011111010010100101001011110000100010110101001111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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