#4D1826

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

Shades of Bordeaux #4D1826

Tints of Bordeaux #4D1826

Color information

#4D1826 (or 0x4D1826) is unknown color: approx Bordeaux. HEX triplet: 4D, 18 and 26. RGB value is (77,24,38). Sum of RGB (Red+Green+Blue) = 77+24+38=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1826 is #B2E7D9. Grayscale: #292929. Windows color (decimal): -11724762 or 2496589. OLE color: 2496589.

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

Color convert

RGB772438-
CMYK00.690.510.70
HSL344.15º52.48%19.8%-
HSV(B)344.15º68.83%30.2%-
XYZ3.742.372.09-
YUV41.44126.06153.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.40%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=55.40%
G=17.27%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77243800.690.510.70344.1552.4819.8
Hex4D182604533461583414
Octal11530460105631065306424
Binary10011011100010011001000101110011100011010101100011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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