#4E253A

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

Shades of Barossa #4E253A

Tints of Barossa #4E253A

Color information

#4E253A (or 0x4E253A) is unknown color: approx Barossa. HEX triplet: 4E, 25 and 3A. RGB value is (78,37,58). Sum of RGB (Red+Green+Blue) = 78+37+58=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E253A is #B1DAC5. Grayscale: #333333. Windows color (decimal): -11655878 or 3810638. OLE color: 3810638.

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

Color convert

RGB783758-
CMYK00.530.260.69
HSL329.27º35.65%22.55%-
HSV(B)329.27º52.56%30.59%-
XYZ4.573.254.39-
YUV51.65131.58146.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.09%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=45.09%
G=21.39%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78375800.530.260.69329.2735.6522.55
Hex4E253A0351A451492417
Octal1164572065321055114427
Binary1001110100101111010011010111010100010110100100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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