#4F0310

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

Shades of Bordeaux #4F0310

Tints of Bordeaux #4F0310

Color information

#4F0310 (or 0x4F0310) is unknown color: approx Bordeaux. HEX triplet: 4F, 03 and 10. RGB value is (79,3,16). Sum of RGB (Red+Green+Blue) = 79+3+16=98 (12% of max value = 765). Red value is 79 (31.25% from 255 or 80.61% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0310 is #B0FCEF. Grayscale: #1B1B1B. Windows color (decimal): -11599088 or 1049423. OLE color: 1049423.

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

Color convert

RGB79316-
CMYK00.960.800.69
HSL349.74º92.68%16.08%-
HSV(B)349.74º96.2%30.98%-
XYZ3.351.760.65-
YUV27.21121.68164.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 80.61%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=80.61%
G=3.06%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7931600.960.800.69349.7492.6816.08
Hex4F310060504515e5d10
Octal117320014012010553613520
Binary100111111100000110000010100001000101101011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,3,16); }

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

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

 a { background-color: rgb(79,3,16); }

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

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

 span { border-color: rgb(79,3,16); }

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