#4F0F24

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

Shades of Bordeaux #4F0F24

Tints of Bordeaux #4F0F24

Color information

#4F0F24 (or 0x4F0F24) is unknown color: approx Bordeaux. HEX triplet: 4F, 0F and 24. RGB value is (79,15,36). Sum of RGB (Red+Green+Blue) = 79+15+36=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0F24 is #B0F0DB. Grayscale: #242424. Windows color (decimal): -11595996 or 2363215. OLE color: 2363215.

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

Color convert

RGB791536-
CMYK00.810.540.69
HSL340.31º68.09%18.43%-
HSV(B)340.31º81.01%30.98%-
XYZ3.712.131.88-
YUV36.53127.7158.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.77%
GREEN value IS 15 (6.25% from 255) = 11.54%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=60.77%
G=11.54%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79153600.810.540.69340.3168.0918.43
Hex4FF2405136451544412
Octal117174401216610552410422
Binary10011111111100100010100011101101000101101010100100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,15,36); }

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

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

 a { background-color: rgb(79,15,36); }

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

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

 span { border-color: rgb(79,15,36); }

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