#4F232C

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

Shades of Bordeaux #4F232C

Tints of Bordeaux #4F232C

Color information

#4F232C (or 0x4F232C) is unknown color: approx Bordeaux. HEX triplet: 4F, 23 and 2C. RGB value is (79,35,44). Sum of RGB (Red+Green+Blue) = 79+35+44=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F232C is #B0DCD3. Grayscale: #313131. Windows color (decimal): -11590868 or 2892623. OLE color: 2892623.

HSL color Cylindrical-coordinate representation of color #4F232C: hue angle of 347.73º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F232C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB793544-
CMYK00.560.440.69
HSL347.73º38.6%22.35%-
HSV(B)347.73º55.7%30.98%-
XYZ4.283.052.75-
YUV49.18125.08149.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=50%
G=22.15%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79354400.560.440.69347.7338.622.35
Hex4F232C0382C4515c2716
Octal1174354070541055344726
Binary10011111000111011000111000101100100010110101110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,35,44); }

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

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

 a { background-color: rgb(79,35,44); }

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

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

 span { border-color: rgb(79,35,44); }

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