#4F0D12

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

Shades of Bordeaux #4F0D12

Tints of Bordeaux #4F0D12

Color information

#4F0D12 (or 0x4F0D12) is unknown color: approx Bordeaux. HEX triplet: 4F, 0D and 12. RGB value is (79,13,18). Sum of RGB (Red+Green+Blue) = 79+13+18=110 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.82% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0D12 is #B0F2ED. Grayscale: #212121. Windows color (decimal): -11596526 or 1183055. OLE color: 1183055.

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

Color convert

RGB791318-
CMYK00.840.770.69
HSL355.45º71.74%18.04%-
HSV(B)355.45º83.54%30.98%-
XYZ3.481.990.77-
YUV33.3119.37160.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 71.82%
GREEN value IS 13 (5.47% from 255) = 11.82%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=71.82%
G=11.82%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79131800.840.770.69355.4571.7418.04
Hex4FD120544D451634812
Octal1171522012411510554311022
Binary10011111101100100101010010011011000101101100011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,13,18); }

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

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

 a { background-color: rgb(79,13,18); }

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

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

 span { border-color: rgb(79,13,18); }

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