#4d0f16

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

Shades of Bordeaux #4D0F16

Tints of Bordeaux #4D0F16

Color information

#4D0F16 (or 0x4D0F16) is unknown color: approx Bordeaux. HEX triplet: 4D, 0F and 16. RGB value is (77,15,22). Sum of RGB (Red+Green+Blue) = 77+15+22=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0F16 is #B2F0E9. Grayscale: #222222. Windows color (decimal): -11727082 or 1445709. OLE color: 1445709.

HSL color Cylindrical-coordinate representation of color #4D0F16: hue angle of 353.23º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D0F16 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB771522-
CMYK00.810.710.70
HSL353.23º67.39%18.04%-
HSV(B)353.23º80.52%30.2%-
XYZ3.381.980.96-
YUV34.34121.04158.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 67.54%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=67.54%
G=13.16%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77152200.810.710.70353.2367.3918.04
Hex4DF1605147461614312
Octal1151726012110710654110322
Binary10011011111101100101000110001111000110101100001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d0f16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,15,22); }

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

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

 a { background-color: rgb(77,15,22); }

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

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

 span { border-color: rgb(77,15,22); }

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