#4F0814

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

Shades of Bordeaux #4F0814

Tints of Bordeaux #4F0814

Color information

#4F0814 (or 0x4F0814) is unknown color: approx Bordeaux. HEX triplet: 4F, 08 and 14. RGB value is (79,8,20). Sum of RGB (Red+Green+Blue) = 79+8+20=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0814 is #B0F7EB. Grayscale: #1E1E1E. Windows color (decimal): -11597804 or 1312847. OLE color: 1312847.

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

Color convert

RGB79820-
CMYK00.900.750.69
HSL349.86º81.61%17.06%-
HSV(B)349.86º89.87%30.98%-
XYZ3.441.890.84-
YUV30.6122.02162.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 73.83%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=73.83%
G=7.48%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7982000.900.750.69349.8681.6117.06
Hex4F81405A4B4515e5211
Octal1171024013211310553612221
Binary10011111000101000101101010010111000101101011110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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