#4D161D

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

Shades of Bordeaux #4D161D

Tints of Bordeaux #4D161D

Color information

#4D161D (or 0x4D161D) is unknown color: approx Bordeaux. HEX triplet: 4D, 16 and 1D. RGB value is (77,22,29). Sum of RGB (Red+Green+Blue) = 77+22+29=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D161D is #B2E9E2. Grayscale: #272727. Windows color (decimal): -11725283 or 1906253. OLE color: 1906253.

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

Color convert

RGB772229-
CMYK00.710.620.70
HSL352.36º55.56%19.41%-
HSV(B)352.36º71.43%30.2%-
XYZ3.572.241.41-
YUV39.24122.22154.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 60.16%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=60.16%
G=17.19%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77222900.710.620.70352.3655.5619.41
Hex4D161D0473E461603813
Octal11526350107761065407023
Binary1001101101101110101000111111110100011010110000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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