#4F0A21

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

Shades of Bordeaux #4F0A21

Tints of Bordeaux #4F0A21

Color information

#4F0A21 (or 0x4F0A21) is unknown color: approx Bordeaux. HEX triplet: 4F, 0A and 21. RGB value is (79,10,33). Sum of RGB (Red+Green+Blue) = 79+10+33=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0A21 is #B0F5DE. Grayscale: #212121. Windows color (decimal): -11597279 or 2165327. OLE color: 2165327.

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

Color convert

RGB791033-
CMYK00.870.580.69
HSL340º77.53%17.45%-
HSV(B)340º87.34%30.98%-
XYZ3.611.991.63-
YUV33.25127.86160.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.75%
GREEN value IS 10 (4.30% from 255) = 8.20%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=64.75%
G=8.20%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79103300.870.580.6934077.5317.45
Hex4FA210573A451544e11
Octal117124101277210552411621
Binary10011111010100001010101111110101000101101010100100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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