#4F0813

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

Shades of Bordeaux #4F0813

Tints of Bordeaux #4F0813

Color information

#4F0813 (or 0x4F0813) is unknown color: approx Bordeaux. HEX triplet: 4F, 08 and 13. RGB value is (79,8,19). Sum of RGB (Red+Green+Blue) = 79+8+19=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0813 is #B0F7EC. Grayscale: #1E1E1E. Windows color (decimal): -11597805 or 1247311. OLE color: 1247311.

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

Color convert

RGB79819-
CMYK00.900.760.69
HSL350.7º81.61%17.06%-
HSV(B)350.7º89.87%30.98%-
XYZ3.431.880.8-
YUV30.48121.52162.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 74.53%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=74.53%
G=7.55%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7981900.900.760.69350.781.6117.06
Hex4F81305A4C4515f5211
Octal1171023013211410553712221
Binary10011111000100110101101010011001000101101011111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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