#4D223A

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

Shades of Barossa #4D223A

Tints of Barossa #4D223A

Color information

#4D223A (or 0x4D223A) is unknown color: approx Barossa. HEX triplet: 4D, 22 and 3A. RGB value is (77,34,58). Sum of RGB (Red+Green+Blue) = 77+34+58=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D223A is #B2DDC5. Grayscale: #313131. Windows color (decimal): -11722182 or 3809869. OLE color: 3809869.

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

Color convert

RGB773458-
CMYK00.560.250.70
HSL326.51º38.74%21.76%-
HSV(B)326.51º55.84%30.2%-
XYZ4.43.034.36-
YUV49.59132.75147.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.56%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=45.56%
G=20.12%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77345800.560.250.70326.5138.7421.76
Hex4D223A03819461472716
Octal1154272070311065074726
Binary1001101100010111010011100011001100011010100011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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