#4D171F

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

Shades of Bordeaux #4D171F

Tints of Bordeaux #4D171F

Color information

#4D171F (or 0x4D171F) is unknown color: approx Bordeaux. HEX triplet: 4D, 17 and 1F. RGB value is (77,23,31). Sum of RGB (Red+Green+Blue) = 77+23+31=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D171F is #B2E8E0. Grayscale: #282828. Windows color (decimal): -11725025 or 2037581. OLE color: 2037581.

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

Color convert

RGB772331-
CMYK00.700.600.70
HSL351.11º54%19.61%-
HSV(B)351.11º70.13%30.2%-
XYZ3.612.291.55-
YUV40.06122.89154.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 58.78%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=58.78%
G=17.56%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77233100.700.600.70351.115419.61
Hex4D171F0463C4615f3614
Octal11527370106741065376624
Binary1001101101111111101000110111100100011010101111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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