#4E2238

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

Shades of Barossa #4E2238

Tints of Barossa #4E2238

Color information

#4E2238 (or 0x4E2238) is unknown color: approx Barossa. HEX triplet: 4E, 22 and 38. RGB value is (78,34,56). Sum of RGB (Red+Green+Blue) = 78+34+56=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2238 is #B1DDC7. Grayscale: #313131. Windows color (decimal): -11656648 or 3678798. OLE color: 3678798.

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

Color convert

RGB783456-
CMYK00.560.280.69
HSL330º39.29%21.96%-
HSV(B)330º56.41%30.59%-
XYZ4.433.054.1-
YUV49.66131.58148.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.43%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=46.43%
G=20.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78345600.560.280.6933039.2921.96
Hex4E22380381C4514a2716
Octal1164270070341055124726
Binary1001110100010111000011100011100100010110100101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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