#4F0115

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

Shades of Bordeaux #4F0115

Tints of Bordeaux #4F0115

Color information

#4F0115 (or 0x4F0115) is unknown color: approx Bordeaux. HEX triplet: 4F, 01 and 15. RGB value is (79,1,21). Sum of RGB (Red+Green+Blue) = 79+1+21=101 (13% of max value = 765). Red value is 79 (31.25% from 255 or 78.22% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0115 is #B0FEEA. Grayscale: #1A1A1A. Windows color (decimal): -11599595 or 1376591. OLE color: 1376591.

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

Color convert

RGB79121-
CMYK00.990.730.69
HSL344.62º97.5%15.69%-
HSV(B)344.62º98.73%30.98%-
XYZ3.371.740.87-
YUV26.6124.84165.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 78.22%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=78.22%
G=0.99%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7912100.990.730.69344.6297.515.69
Hex4F11506349451596210
Octal117125014311110553114220
Binary10011111101010110001110010011000101101011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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