#4F1526

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

Shades of Bordeaux #4F1526

Tints of Bordeaux #4F1526

Color information

#4F1526 (or 0x4F1526) is unknown color: approx Bordeaux. HEX triplet: 4F, 15 and 26. RGB value is (79,21,38). Sum of RGB (Red+Green+Blue) = 79+21+38=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1526 is #B0EAD9. Grayscale: #282828. Windows color (decimal): -11594458 or 2495823. OLE color: 2495823.

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

Color convert

RGB792138-
CMYK00.730.520.69
HSL342.41º58%19.61%-
HSV(B)342.41º73.42%30.98%-
XYZ3.842.342.08-
YUV40.28126.72155.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.25%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=57.25%
G=15.22%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79213800.730.520.69342.415819.61
Hex4F152604934451563a14
Octal11725460111641055267224
Binary10011111010110011001001001110100100010110101011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,38); }

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

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

 a { background-color: rgb(79,21,38); }

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

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

 span { border-color: rgb(79,21,38); }

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