#4D1523

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

Shades of Bordeaux #4D1523

Tints of Bordeaux #4D1523

Color information

#4D1523 (or 0x4D1523) is unknown color: approx Bordeaux. HEX triplet: 4D, 15 and 23. RGB value is (77,21,35). Sum of RGB (Red+Green+Blue) = 77+21+35=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1523 is #B2EADC. Grayscale: #272727. Windows color (decimal): -11725533 or 2299213. OLE color: 2299213.

HSL color Cylindrical-coordinate representation of color #4D1523: hue angle of 345º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D1523 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB772135-
CMYK00.730.550.70
HSL345º57.14%19.22%-
HSV(B)345º72.73%30.2%-
XYZ3.632.241.83-
YUV39.34125.55154.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 57.89%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 35 (14.06% from 255) = 26.32%
R=57.89%
G=15.79%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77213500.730.550.7034557.1419.22
Hex4D152304937461593913
Octal11525430111671065317123
Binary10011011010110001101001001110111100011010101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,21,35); }

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

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

 a { background-color: rgb(77,21,35); }

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

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

 span { border-color: rgb(77,21,35); }

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