#4F181C

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

Shades of Bordeaux #4F181C

Tints of Bordeaux #4F181C

Color information

#4F181C (or 0x4F181C) is unknown color: approx Bordeaux. HEX triplet: 4F, 18 and 1C. RGB value is (79,24,28). Sum of RGB (Red+Green+Blue) = 79+24+28=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F181C is #B0E7E3. Grayscale: #282828. Windows color (decimal): -11593700 or 1841231. OLE color: 1841231.

HSL color Cylindrical-coordinate representation of color #4F181C: hue angle of 355.64º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F181C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB792428-
CMYK00.700.650.69
HSL355.64º53.4%20.2%-
HSV(B)355.64º69.62%30.98%-
XYZ3.762.41.36-
YUV40.9120.72155.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.31%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=60.31%
G=18.32%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79242800.700.650.69355.6453.420.2
Hex4F181C04641451643514
Octal117303401061011055446524
Binary10011111100011100010001101000001100010110110010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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