#4F0C15

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

Shades of Bordeaux #4F0C15

Tints of Bordeaux #4F0C15

Color information

#4F0C15 (or 0x4F0C15) is unknown color: approx Bordeaux. HEX triplet: 4F, 0C and 15. RGB value is (79,12,21). Sum of RGB (Red+Green+Blue) = 79+12+21=112 (14% of max value = 765). Red value is 79 (31.25% from 255 or 70.54% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0C15 is #B0F3EA. Grayscale: #212121. Windows color (decimal): -11596779 or 1379407. OLE color: 1379407.

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

Color convert

RGB791221-
CMYK00.850.730.69
HSL351.94º73.63%17.84%-
HSV(B)351.94º84.81%30.98%-
XYZ3.491.980.91-
YUV33.06121.2160.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 70.54%
GREEN value IS 12 (5.08% from 255) = 10.71%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=70.54%
G=10.71%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79122100.850.730.69351.9473.6317.84
Hex4FC1505549451604a12
Octal1171425012511110554011222
Binary10011111100101010101010110010011000101101100000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,12,21); }

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

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

 a { background-color: rgb(79,12,21); }

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

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

 span { border-color: rgb(79,12,21); }

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