#4E223C

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

Shades of Barossa #4E223C

Tints of Barossa #4E223C

Color information

#4E223C (or 0x4E223C) is unknown color: approx Barossa. HEX triplet: 4E, 22 and 3C. RGB value is (78,34,60). Sum of RGB (Red+Green+Blue) = 78+34+60=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E223C is #B1DDC3. Grayscale: #323232. Windows color (decimal): -11656644 or 3940942. OLE color: 3940942.

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

Color convert

RGB783460-
CMYK00.560.230.69
HSL324.55º39.29%21.96%-
HSV(B)324.55º56.41%30.59%-
XYZ4.533.094.63-
YUV50.12133.58147.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.35%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=45.35%
G=19.77%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78346000.560.230.69324.5539.2921.96
Hex4E223C03817451452716
Octal1164274070271055054726
Binary1001110100010111100011100010111100010110100010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,34,60); }

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

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

 a { background-color: rgb(78,34,60); }

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

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

 span { border-color: rgb(78,34,60); }

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