#4F0714

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

Shades of Bordeaux #4F0714

Tints of Bordeaux #4F0714

Color information

#4F0714 (or 0x4F0714) is unknown color: approx Bordeaux. HEX triplet: 4F, 07 and 14. RGB value is (79,7,20). Sum of RGB (Red+Green+Blue) = 79+7+20=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0714 is #B0F8EB. Grayscale: #1E1E1E. Windows color (decimal): -11598060 or 1312591. OLE color: 1312591.

HSL color Cylindrical-coordinate representation of color #4F0714: hue angle of 349.17º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0714 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB79720-
CMYK00.910.750.69
HSL349.17º83.72%16.86%-
HSV(B)349.17º91.14%30.98%-
XYZ3.431.860.84-
YUV30.01122.35162.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 74.53%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=74.53%
G=6.60%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7972000.910.750.69349.1783.7216.86
Hex4F71405B4B4515d5411
Octal117724013311310553512421
Binary1001111111101000101101110010111000101101011101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,7,20); }

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

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

 a { background-color: rgb(79,7,20); }

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

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

 span { border-color: rgb(79,7,20); }

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