#4F0621

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

Shades of Bordeaux #4F0621

Tints of Bordeaux #4F0621

Color information

#4F0621 (or 0x4F0621) is unknown color: approx Bordeaux. HEX triplet: 4F, 06 and 21. RGB value is (79,6,33). Sum of RGB (Red+Green+Blue) = 79+6+33=118 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.95% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0621 is #B0F9DE. Grayscale: #1E1E1E. Windows color (decimal): -11598303 or 2164303. OLE color: 2164303.

HSL color Cylindrical-coordinate representation of color #4F0621: hue angle of 337.81º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F0621 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB79633-
CMYK00.920.580.69
HSL337.81º85.88%16.67%-
HSV(B)337.81º92.41%30.98%-
XYZ3.561.91.62-
YUV30.9129.18162.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 66.95%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=66.95%
G=5.08%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7963300.920.580.69337.8185.8816.67
Hex4F62105C3A451525611
Octal11764101347210552212621
Binary1001111110100001010111001110101000101101010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,6,33); }

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

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

 a { background-color: rgb(79,6,33); }

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

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

 span { border-color: rgb(79,6,33); }

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