#4F1C28

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

Shades of Bordeaux #4F1C28

Tints of Bordeaux #4F1C28

Color information

#4F1C28 (or 0x4F1C28) is unknown color: approx Bordeaux. HEX triplet: 4F, 1C and 28. RGB value is (79,28,40). Sum of RGB (Red+Green+Blue) = 79+28+40=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C28 is #B0E3D7. Grayscale: #2C2C2C. Windows color (decimal): -11592664 or 2628687. OLE color: 2628687.

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

Color convert

RGB792840-
CMYK00.650.490.69
HSL345.88º47.66%20.98%-
HSV(B)345.88º64.56%30.98%-
XYZ4.022.652.31-
YUV44.62125.4152.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=53.74%
G=19.05%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79284000.650.490.69345.8847.6620.98
Hex4F1C28041314515a3015
Octal11734500101611055326025
Binary10011111110010100001000001110001100010110101101011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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