#4f1727

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

Shades of Bordeaux #4F1727

Tints of Bordeaux #4F1727

Color information

#4F1727 (or 0x4F1727) is unknown color: approx Bordeaux. HEX triplet: 4F, 17 and 27. RGB value is (79,23,39). Sum of RGB (Red+Green+Blue) = 79+23+39=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1727 is #B0E8D8. Grayscale: #292929. Windows color (decimal): -11593945 or 2561871. OLE color: 2561871.

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

Color convert

RGB792339-
CMYK00.710.510.69
HSL342.86º54.9%20%-
HSV(B)342.86º70.89%30.98%-
XYZ3.92.422.18-
YUV41.57126.55154.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=56.03%
G=16.31%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79233900.710.510.69342.8654.920
Hex4F172704733451573714
Octal11727470107631055276724
Binary10011111011110011101000111110011100010110101011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f1727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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