#4F192A

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

Shades of Bordeaux #4F192A

Tints of Bordeaux #4F192A

Color information

#4F192A (or 0x4F192A) is unknown color: approx Bordeaux. HEX triplet: 4F, 19 and 2A. RGB value is (79,25,42). Sum of RGB (Red+Green+Blue) = 79+25+42=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F192A is #B0E6D5. Grayscale: #2B2B2B. Windows color (decimal): -11593430 or 2758991. OLE color: 2758991.

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

Color convert

RGB792542-
CMYK00.680.470.69
HSL341.11º51.92%20.39%-
HSV(B)341.11º68.35%30.98%-
XYZ3.992.522.47-
YUV43.08127.39153.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.11%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=54.11%
G=17.12%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79254200.680.470.69341.1151.9220.39
Hex4F192A0442F451553414
Octal11731520104571055256424
Binary10011111100110101001000100101111100010110101010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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