#4F0D20

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

Shades of Bordeaux #4F0D20

Tints of Bordeaux #4F0D20

Color information

#4F0D20 (or 0x4F0D20) is unknown color: approx Bordeaux. HEX triplet: 4F, 0D and 20. RGB value is (79,13,32). Sum of RGB (Red+Green+Blue) = 79+13+32=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D20 is #B0F2DF. Grayscale: #222222. Windows color (decimal): -11596512 or 2100559. OLE color: 2100559.

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

Color convert

RGB791332-
CMYK00.840.590.69
HSL342.73º71.74%18.04%-
HSV(B)342.73º83.54%30.98%-
XYZ3.632.051.57-
YUV34.9126.37159.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.71%
GREEN value IS 13 (5.47% from 255) = 10.48%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=63.71%
G=10.48%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79133200.840.590.69342.7371.7418.04
Hex4FD200543B451574812
Octal117154001247310552711022
Binary10011111101100000010101001110111000101101010111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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