#4F0818

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

Shades of Bordeaux #4F0818

Tints of Bordeaux #4F0818

Color information

#4F0818 (or 0x4F0818) is unknown color: approx Bordeaux. HEX triplet: 4F, 08 and 18. RGB value is (79,8,24). Sum of RGB (Red+Green+Blue) = 79+8+24=111 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.17% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0818 is #B0F7E7. Grayscale: #1F1F1F. Windows color (decimal): -11597800 or 1574991. OLE color: 1574991.

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

Color convert

RGB79824-
CMYK00.900.700.69
HSL346.48º81.61%17.06%-
HSV(B)346.48º89.87%30.98%-
XYZ3.481.91.05-
YUV31.05124.02162.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 71.17%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=71.17%
G=7.21%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7982400.900.700.69346.4881.6117.06
Hex4F81805A464515a5211
Octal1171030013210610553212221
Binary10011111000110000101101010001101000101101011010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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