#4D222A

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

Shades of Bordeaux #4D222A

Tints of Bordeaux #4D222A

Color information

#4D222A (or 0x4D222A) is unknown color: approx Bordeaux. HEX triplet: 4D, 22 and 2A. RGB value is (77,34,42). Sum of RGB (Red+Green+Blue) = 77+34+42=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D222A is #B2DDD5. Grayscale: #2F2F2F. Windows color (decimal): -11722198 or 2761293. OLE color: 2761293.

HSL color Cylindrical-coordinate representation of color #4D222A: hue angle of 348.84º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D222A is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB773442-
CMYK00.560.450.70
HSL348.84º38.74%21.76%-
HSV(B)348.84º55.84%30.2%-
XYZ4.052.892.53-
YUV47.77124.75148.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.33%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=50.33%
G=22.22%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77344200.560.450.70348.8438.7421.76
Hex4D222A0382D4615d2716
Octal1154252070551065354726
Binary10011011000101010100111000101101100011010101110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,34,42); }

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

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

 a { background-color: rgb(77,34,42); }

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

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

 span { border-color: rgb(77,34,42); }

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