#4F1B26

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

Shades of Bordeaux #4F1B26

Tints of Bordeaux #4F1B26

Color information

#4F1B26 (or 0x4F1B26) is unknown color: approx Bordeaux. HEX triplet: 4F, 1B and 26. RGB value is (79,27,38). Sum of RGB (Red+Green+Blue) = 79+27+38=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B26 is #B0E4D9. Grayscale: #2B2B2B. Windows color (decimal): -11592922 or 2497359. OLE color: 2497359.

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

Color convert

RGB792738-
CMYK00.660.520.69
HSL347.31º49.06%20.78%-
HSV(B)347.31º65.82%30.98%-
XYZ3.972.592.12-
YUV43.8124.73153.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.86%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=54.86%
G=18.75%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79273800.660.520.69347.3149.0620.78
Hex4F1B26042344515b3115
Octal11733460102641055336125
Binary10011111101110011001000010110100100010110101101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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