#4F1627

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

Shades of Bordeaux #4F1627

Tints of Bordeaux #4F1627

Color information

#4F1627 (or 0x4F1627) is unknown color: approx Bordeaux. HEX triplet: 4F, 16 and 27. RGB value is (79,22,39). Sum of RGB (Red+Green+Blue) = 79+22+39=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1627 is #B0E9D8. Grayscale: #282828. Windows color (decimal): -11594201 or 2561615. OLE color: 2561615.

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

Color convert

RGB792239-
CMYK00.720.510.69
HSL342.11º56.44%19.8%-
HSV(B)342.11º72.15%30.98%-
XYZ3.882.382.17-
YUV40.98126.88155.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.43%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=56.43%
G=15.71%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79223900.720.510.69342.1156.4419.8
Hex4F162704833451563814
Octal11726470110631055267024
Binary10011111011010011101001000110011100010110101011011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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