#4F202C

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

Shades of Bordeaux #4F202C

Tints of Bordeaux #4F202C

Color information

#4F202C (or 0x4F202C) is unknown color: approx Bordeaux. HEX triplet: 4F, 20 and 2C. RGB value is (79,32,44). Sum of RGB (Red+Green+Blue) = 79+32+44=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F202C is #B0DFD3. Grayscale: #2F2F2F. Windows color (decimal): -11591636 or 2891855. OLE color: 2891855.

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

Color convert

RGB793244-
CMYK00.590.440.69
HSL344.68º42.34%21.76%-
HSV(B)344.68º59.49%30.98%-
XYZ4.22.882.72-
YUV47.42126.07150.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.97%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=50.97%
G=20.65%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79324400.590.440.69344.6842.3421.76
Hex4F202C03B2C451592a16
Octal1174054073541055315226
Binary10011111000001011000111011101100100010110101100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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