#4E273A

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

Shades of Barossa #4E273A

Tints of Barossa #4E273A

Color information

#4E273A (or 0x4E273A) is unknown color: approx Barossa. HEX triplet: 4E, 27 and 3A. RGB value is (78,39,58). Sum of RGB (Red+Green+Blue) = 78+39+58=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E273A is #B1D8C5. Grayscale: #343434. Windows color (decimal): -11655366 or 3811150. OLE color: 3811150.

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

Color convert

RGB783958-
CMYK00.500.260.69
HSL330.77º33.33%22.94%-
HSV(B)330.77º50%30.59%-
XYZ4.633.384.41-
YUV52.83130.92145.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=44.57%
G=22.29%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78395800.500.260.69330.7733.3322.94
Hex4E273A0321A4514b2117
Octal1164772062321055134127
Binary1001110100111111010011001011010100010110100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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