#4F0D1E

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

Shades of Bordeaux #4F0D1E

Tints of Bordeaux #4F0D1E

Color information

#4F0D1E (or 0x4F0D1E) is unknown color: approx Bordeaux. HEX triplet: 4F, 0D and 1E. RGB value is (79,13,30). Sum of RGB (Red+Green+Blue) = 79+13+30=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D1E is #B0F2E1. Grayscale: #222222. Windows color (decimal): -11596514 or 1969487. OLE color: 1969487.

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

Color convert

RGB791330-
CMYK00.840.620.69
HSL344.55º71.74%18.04%-
HSV(B)344.55º83.54%30.98%-
XYZ3.62.041.43-
YUV34.67125.37159.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.75%
GREEN value IS 13 (5.47% from 255) = 10.66%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=64.75%
G=10.66%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79133000.840.620.69344.5571.7418.04
Hex4FD1E0543E451594812
Octal117153601247610553111022
Binary1001111110111110010101001111101000101101011001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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