#4D1721

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

Shades of Bordeaux #4D1721

Tints of Bordeaux #4D1721

Color information

#4D1721 (or 0x4D1721) is unknown color: approx Bordeaux. HEX triplet: 4D, 17 and 21. RGB value is (77,23,33). Sum of RGB (Red+Green+Blue) = 77+23+33=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1721 is #B2E8DE. Grayscale: #282828. Windows color (decimal): -11725023 or 2168653. OLE color: 2168653.

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

Color convert

RGB772333-
CMYK00.700.570.70
HSL348.89º54%19.61%-
HSV(B)348.89º70.13%30.2%-
XYZ3.642.31.69-
YUV40.29123.89154.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 57.89%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=57.89%
G=17.29%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77233300.700.570.70348.895419.61
Hex4D1721046394615d3614
Octal11527410106711065356624
Binary10011011011110000101000110111001100011010101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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