#4A2439

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

Shades of Barossa #4A2439

Tints of Barossa #4A2439

Color information

#4A2439 (or 0x4A2439) is unknown color: approx Barossa. HEX triplet: 4A, 24 and 39. RGB value is (74,36,57). Sum of RGB (Red+Green+Blue) = 74+36+57=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2439 is #B5DBC6. Grayscale: #313131. Windows color (decimal): -11918279 or 3744842. OLE color: 3744842.

HSL color Cylindrical-coordinate representation of color #4A2439: hue angle of 326.84º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A2439 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB743657-
CMYK00.510.230.71
HSL326.84º34.55%21.57%-
HSV(B)326.84º51.35%29.02%-
XYZ4.193.014.23-
YUV49.76132.09145.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.31%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=44.31%
G=21.56%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74365700.510.230.71326.8434.5521.57
Hex4A243903317471472316
Octal1124471063271075074326
Binary1001010100100111001011001110111100011110100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,36,57); }

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

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

 a { background-color: rgb(74,36,57); }

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

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

 span { border-color: rgb(74,36,57); }

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