#4E213A

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

Shades of Barossa #4E213A

Tints of Barossa #4E213A

Color information

#4E213A (or 0x4E213A) is unknown color: approx Barossa. HEX triplet: 4E, 21 and 3A. RGB value is (78,33,58). Sum of RGB (Red+Green+Blue) = 78+33+58=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E213A is #B1DEC5. Grayscale: #313131. Windows color (decimal): -11656902 or 3809614. OLE color: 3809614.

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

Color convert

RGB783358-
CMYK00.580.260.69
HSL326.67º40.54%21.76%-
HSV(B)326.67º57.69%30.59%-
XYZ4.453.014.35-
YUV49.3132.91148.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.15%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=46.15%
G=19.53%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78335800.580.260.69326.6740.5421.76
Hex4E213A03A1A451472916
Octal1164172072321055075126
Binary1001110100001111010011101011010100010110100011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,33,58); }

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

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

 a { background-color: rgb(78,33,58); }

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

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

 span { border-color: rgb(78,33,58); }

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