#4D161E

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

Shades of Bordeaux #4D161E

Tints of Bordeaux #4D161E

Color information

#4D161E (or 0x4D161E) is unknown color: approx Bordeaux. HEX triplet: 4D, 16 and 1E. RGB value is (77,22,30). Sum of RGB (Red+Green+Blue) = 77+22+30=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D161E is #B2E9E1. Grayscale: #272727. Windows color (decimal): -11725282 or 1971789. OLE color: 1971789.

HSL color Cylindrical-coordinate representation of color #4D161E: hue angle of 351.27º 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 #4D161E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB772230-
CMYK00.710.610.70
HSL351.27º55.56%19.41%-
HSV(B)351.27º71.43%30.2%-
XYZ3.582.251.47-
YUV39.36122.72154.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.69%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=59.69%
G=17.05%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77223000.710.610.70351.2755.5619.41
Hex4D161E0473D4615f3813
Octal11526360107751065377023
Binary1001101101101111001000111111101100011010101111111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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