#4E213E

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

Shades of Barossa #4E213E

Tints of Barossa #4E213E

Color information

#4E213E (or 0x4E213E) is unknown color: approx Barossa. HEX triplet: 4E, 21 and 3E. RGB value is (78,33,62). Sum of RGB (Red+Green+Blue) = 78+33+62=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E213E is #B1DEC1. Grayscale: #313131. Windows color (decimal): -11656898 or 4071758. OLE color: 4071758.

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

Color convert

RGB783362-
CMYK00.580.210.69
HSL321.33º40.54%21.76%-
HSV(B)321.33º57.69%30.59%-
XYZ4.563.064.91-
YUV49.76134.91148.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.09%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=45.09%
G=19.08%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78336200.580.210.69321.3340.5421.76
Hex4E213E03A15451412916
Octal1164176072251055015126
Binary1001110100001111110011101010101100010110100000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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