#4F1C27

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

Shades of Bordeaux #4F1C27

Tints of Bordeaux #4F1C27

Color information

#4F1C27 (or 0x4F1C27) is unknown color: approx Bordeaux. HEX triplet: 4F, 1C and 27. RGB value is (79,28,39). Sum of RGB (Red+Green+Blue) = 79+28+39=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C27 is #B0E3D8. Grayscale: #2C2C2C. Windows color (decimal): -11592665 or 2563151. OLE color: 2563151.

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

Color convert

RGB792839-
CMYK00.650.510.69
HSL347.06º47.66%20.98%-
HSV(B)347.06º64.56%30.98%-
XYZ4.012.642.22-
YUV44.5124.9152.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.11%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=54.11%
G=19.18%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79283900.650.510.69347.0647.6620.98
Hex4F1C27041334515b3015
Octal11734470101631055336025
Binary10011111110010011101000001110011100010110101101111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,28,39); }

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

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

 a { background-color: rgb(79,28,39); }

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

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

 span { border-color: rgb(79,28,39); }

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