#4F232B

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

Shades of Bordeaux #4F232B

Tints of Bordeaux #4F232B

Color information

#4F232B (or 0x4F232B) is unknown color: approx Bordeaux. HEX triplet: 4F, 23 and 2B. RGB value is (79,35,43). Sum of RGB (Red+Green+Blue) = 79+35+43=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F232B is #B0DCD4. Grayscale: #313131. Windows color (decimal): -11590869 or 2827087. OLE color: 2827087.

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

Color convert

RGB793543-
CMYK00.560.460.69
HSL349.09º38.6%22.35%-
HSV(B)349.09º55.7%30.98%-
XYZ4.263.042.65-
YUV49.07124.58149.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.32%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=50.32%
G=22.29%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79354300.560.460.69349.0938.622.35
Hex4F232B0382E4515d2716
Octal1174353070561055354726
Binary10011111000111010110111000101110100010110101110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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