#4F191C

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

Shades of Bordeaux #4F191C

Tints of Bordeaux #4F191C

Color information

#4F191C (or 0x4F191C) is unknown color: approx Bordeaux. HEX triplet: 4F, 19 and 1C. RGB value is (79,25,28). Sum of RGB (Red+Green+Blue) = 79+25+28=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F191C is #B0E6E3. Grayscale: #292929. Windows color (decimal): -11593444 or 1841487. OLE color: 1841487.

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

Color convert

RGB792528-
CMYK00.680.650.69
HSL356.67º51.92%20.39%-
HSV(B)356.67º68.35%30.98%-
XYZ3.782.441.37-
YUV41.49120.39154.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.85%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=59.85%
G=18.94%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79252800.680.650.69356.6751.9220.39
Hex4F191C04441451653414
Octal117313401041011055456424
Binary10011111100111100010001001000001100010110110010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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