#4D222B

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

Shades of Bordeaux #4D222B

Tints of Bordeaux #4D222B

Color information

#4D222B (or 0x4D222B) is unknown color: approx Bordeaux. HEX triplet: 4D, 22 and 2B. RGB value is (77,34,43). Sum of RGB (Red+Green+Blue) = 77+34+43=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D222B is #B2DDD4. Grayscale: #2F2F2F. Windows color (decimal): -11722197 or 2826829. OLE color: 2826829.

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

Color convert

RGB773443-
CMYK00.560.440.70
HSL347.44º38.74%21.76%-
HSV(B)347.44º55.84%30.2%-
XYZ4.072.92.63-
YUV47.88125.25148.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=50%
G=22.08%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77344300.560.440.70347.4438.7421.76
Hex4D222B0382C4615b2716
Octal1154253070541065334726
Binary10011011000101010110111000101100100011010101101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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