#4F1A1F

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

Shades of Bordeaux #4F1A1F

Tints of Bordeaux #4F1A1F

Color information

#4F1A1F (or 0x4F1A1F) is unknown color: approx Bordeaux. HEX triplet: 4F, 1A and 1F. RGB value is (79,26,31). Sum of RGB (Red+Green+Blue) = 79+26+31=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A1F is #B0E5E0. Grayscale: #2A2A2A. Windows color (decimal): -11593185 or 2038351. OLE color: 2038351.

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

Color convert

RGB792631-
CMYK00.670.610.69
HSL354.34º50.48%20.59%-
HSV(B)354.34º67.09%30.98%-
XYZ3.842.51.58-
YUV42.42121.56154.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 26 (10.55% from 255) = 19.12%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=58.09%
G=19.12%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79263100.670.610.69354.3450.4820.59
Hex4F1A1F0433D451623215
Octal11732370103751055426225
Binary1001111110101111101000011111101100010110110001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,26,31); }

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

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

 a { background-color: rgb(79,26,31); }

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

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

 span { border-color: rgb(79,26,31); }

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