#4F0118

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

Shades of Bordeaux #4F0118

Tints of Bordeaux #4F0118

Color information

#4F0118 (or 0x4F0118) is unknown color: approx Bordeaux. HEX triplet: 4F, 01 and 18. RGB value is (79,1,24). Sum of RGB (Red+Green+Blue) = 79+1+24=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0118 is #B0FEE7. Grayscale: #1A1A1A. Windows color (decimal): -11599592 or 1573199. OLE color: 1573199.

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

Color convert

RGB79124-
CMYK00.990.700.69
HSL342.31º97.5%15.69%-
HSV(B)342.31º98.73%30.98%-
XYZ3.41.751.02-
YUV26.94126.34165.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 75.96%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=75.96%
G=0.96%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7912400.990.700.69342.3197.515.69
Hex4F11806346451566210
Octal117130014310610552614220
Binary10011111110000110001110001101000101101010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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