#4D1828

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

Shades of Bordeaux #4D1828

Tints of Bordeaux #4D1828

Color information

#4D1828 (or 0x4D1828) is unknown color: approx Bordeaux. HEX triplet: 4D, 18 and 28. RGB value is (77,24,40). Sum of RGB (Red+Green+Blue) = 77+24+40=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1828 is #B2E7D7. Grayscale: #292929. Windows color (decimal): -11724760 or 2627661. OLE color: 2627661.

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

Color convert

RGB772440-
CMYK00.690.480.70
HSL341.89º52.48%19.8%-
HSV(B)341.89º68.83%30.2%-
XYZ3.772.382.27-
YUV41.67127.06153.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 54.61%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=54.61%
G=17.02%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77244000.690.480.70341.8952.4819.8
Hex4D182804530461563414
Octal11530500105601065266424
Binary10011011100010100001000101110000100011010101011011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,24,40); }

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

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

 a { background-color: rgb(77,24,40); }

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

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

 span { border-color: rgb(77,24,40); }

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