#4F0F1C

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

Shades of Bordeaux #4F0F1C

Tints of Bordeaux #4F0F1C

Color information

#4F0F1C (or 0x4F0F1C) is unknown color: approx Bordeaux. HEX triplet: 4F, 0F and 1C. RGB value is (79,15,28). Sum of RGB (Red+Green+Blue) = 79+15+28=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0F1C is #B0F0E3. Grayscale: #232323. Windows color (decimal): -11596004 or 1838927. OLE color: 1838927.

HSL color Cylindrical-coordinate representation of color #4F0F1C: hue angle of 347.81º 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 #4F0F1C is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB791528-
CMYK00.810.650.69
HSL347.81º68.09%18.43%-
HSV(B)347.81º81.01%30.98%-
XYZ3.62.091.31-
YUV35.62123.7158.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.75%
GREEN value IS 15 (6.25% from 255) = 12.30%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=64.75%
G=12.30%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79152800.810.650.69347.8168.0918.43
Hex4FF1C051414515c4412
Octal1171734012110110553410422
Binary10011111111111000101000110000011000101101011100100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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