#4f1a28

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

Shades of Bordeaux #4F1A28

Tints of Bordeaux #4F1A28

Color information

#4F1A28 (or 0x4F1A28) is unknown color: approx Bordeaux. HEX triplet: 4F, 1A and 28. RGB value is (79,26,40). Sum of RGB (Red+Green+Blue) = 79+26+40=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A28 is #B0E5D7. Grayscale: #2B2B2B. Windows color (decimal): -11593176 or 2628175. OLE color: 2628175.

HSL color Cylindrical-coordinate representation of color #4F1A28: hue angle of 344.15º 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 #4F1A28 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB792640-
CMYK00.670.490.69
HSL344.15º50.48%20.59%-
HSV(B)344.15º67.09%30.98%-
XYZ3.982.552.29-
YUV43.44126.06153.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.48%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=54.48%
G=17.93%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79264000.670.490.69344.1550.4820.59
Hex4F1A2804331451583215
Octal11732500103611055306225
Binary10011111101010100001000011110001100010110101100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f1a28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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