#4F1D29

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

Shades of Bordeaux #4F1D29

Tints of Bordeaux #4F1D29

Color information

#4F1D29 (or 0x4F1D29) is unknown color: approx Bordeaux. HEX triplet: 4F, 1D and 29. RGB value is (79,29,41). Sum of RGB (Red+Green+Blue) = 79+29+41=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D29 is #B0E2D6. Grayscale: #2D2D2D. Windows color (decimal): -11592407 or 2694479. OLE color: 2694479.

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

Color convert

RGB792941-
CMYK00.630.480.69
HSL345.6º46.3%21.18%-
HSV(B)345.6º63.29%30.98%-
XYZ4.062.72.4-
YUV45.32125.56152.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.02%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=53.02%
G=19.46%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79294100.630.480.69345.646.321.18
Hex4F1D2903F304515a2e15
Octal1173551077601055325625
Binary1001111111011010010111111110000100010110101101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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