#4E253B

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

Shades of Barossa #4E253B

Tints of Barossa #4E253B

Color information

#4E253B (or 0x4E253B) is unknown color: approx Barossa. HEX triplet: 4E, 25 and 3B. RGB value is (78,37,59). Sum of RGB (Red+Green+Blue) = 78+37+59=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E253B is #B1DAC4. Grayscale: #333333. Windows color (decimal): -11655877 or 3876174. OLE color: 3876174.

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

Color convert

RGB783759-
CMYK00.530.240.69
HSL327.8º35.65%22.55%-
HSV(B)327.8º52.56%30.59%-
XYZ4.593.264.52-
YUV51.77132.08146.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=44.83%
G=21.26%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78375900.530.240.69327.835.6522.55
Hex4E253B03518451482417
Octal1164573065301055104427
Binary1001110100101111011011010111000100010110100100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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