#4E223D

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

Shades of Barossa #4E223D

Tints of Barossa #4E223D

Color information

#4E223D (or 0x4E223D) is unknown color: approx Barossa. HEX triplet: 4E, 22 and 3D. RGB value is (78,34,61). Sum of RGB (Red+Green+Blue) = 78+34+61=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E223D is #B1DDC2. Grayscale: #323232. Windows color (decimal): -11656643 or 4006478. OLE color: 4006478.

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

Color convert

RGB783461-
CMYK00.560.220.69
HSL323.18º39.29%21.96%-
HSV(B)323.18º56.41%30.59%-
XYZ4.563.14.77-
YUV50.23134.08147.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.09%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=45.09%
G=19.65%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78346100.560.220.69323.1839.2921.96
Hex4E223D03816451432716
Octal1164275070261055034726
Binary1001110100010111101011100010110100010110100001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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