#4F0E21

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

Shades of Bordeaux #4F0E21

Tints of Bordeaux #4F0E21

Color information

#4F0E21 (or 0x4F0E21) is unknown color: approx Bordeaux. HEX triplet: 4F, 0E and 21. RGB value is (79,14,33). Sum of RGB (Red+Green+Blue) = 79+14+33=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0E21 is #B0F1DE. Grayscale: #232323. Windows color (decimal): -11596255 or 2166351. OLE color: 2166351.

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

Color convert

RGB791433-
CMYK00.820.580.69
HSL342.46º69.89%18.24%-
HSV(B)342.46º82.28%30.98%-
XYZ3.662.091.65-
YUV35.6126.53158.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 62.70%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=62.70%
G=11.11%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79143300.820.580.69342.4669.8918.24
Hex4FE210523A451564612
Octal117164101227210552610622
Binary10011111110100001010100101110101000101101010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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