#4F232A

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

Shades of Bordeaux #4F232A

Tints of Bordeaux #4F232A

Color information

#4F232A (or 0x4F232A) is unknown color: approx Bordeaux. HEX triplet: 4F, 23 and 2A. RGB value is (79,35,42). Sum of RGB (Red+Green+Blue) = 79+35+42=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F232A is #B0DCD5. Grayscale: #303030. Windows color (decimal): -11590870 or 2761551. OLE color: 2761551.

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

Color convert

RGB793542-
CMYK00.560.470.69
HSL350.45º38.6%22.35%-
HSV(B)350.45º55.7%30.98%-
XYZ4.243.032.55-
YUV48.95124.08149.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.64%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=50.64%
G=22.44%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79354200.560.470.69350.4538.622.35
Hex4F232A0382F4515e2716
Octal1174352070571055364726
Binary10011111000111010100111000101111100010110101111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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