#4D171A

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

Shades of Bordeaux #4D171A

Tints of Bordeaux #4D171A

Color information

#4D171A (or 0x4D171A) is unknown color: approx Bordeaux. HEX triplet: 4D, 17 and 1A. RGB value is (77,23,26). Sum of RGB (Red+Green+Blue) = 77+23+26=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D171A is #B2E8E5. Grayscale: #272727. Windows color (decimal): -11725030 or 1709901. OLE color: 1709901.

HSL color Cylindrical-coordinate representation of color #4D171A: hue angle of 356.67º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D171A is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB772326-
CMYK00.700.660.70
HSL356.67º54%19.61%-
HSV(B)356.67º70.13%30.2%-
XYZ3.552.271.23-
YUV39.49120.39154.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 61.11%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=61.11%
G=18.25%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77232600.700.660.70356.675419.61
Hex4D171A04642461653614
Octal115273201061021065456624
Binary10011011011111010010001101000010100011010110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,23,26); }

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

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

 a { background-color: rgb(77,23,26); }

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

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

 span { border-color: rgb(77,23,26); }

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