#4F0821

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

Shades of Bordeaux #4F0821

Tints of Bordeaux #4F0821

Color information

#4F0821 (or 0x4F0821) is unknown color: approx Bordeaux. HEX triplet: 4F, 08 and 21. RGB value is (79,8,33). Sum of RGB (Red+Green+Blue) = 79+8+33=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0821 is #B0F7DE. Grayscale: #202020. Windows color (decimal): -11597791 or 2164815. OLE color: 2164815.

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

Color convert

RGB79833-
CMYK00.900.580.69
HSL338.87º81.61%17.06%-
HSV(B)338.87º89.87%30.98%-
XYZ3.591.951.63-
YUV32.08128.52161.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 65.83%
GREEN value IS 8 (3.52% from 255) = 6.67%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=65.83%
G=6.67%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7983300.900.580.69338.8781.6117.06
Hex4F82105A3A451535211
Octal117104101327210552312221
Binary10011111000100001010110101110101000101101010011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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