#4A233A

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

Shades of Barossa #4A233A

Tints of Barossa #4A233A

Color information

#4A233A (or 0x4A233A) is unknown color: approx Barossa. HEX triplet: 4A, 23 and 3A. RGB value is (74,35,58). Sum of RGB (Red+Green+Blue) = 74+35+58=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A233A is #B5DCC5. Grayscale: #313131. Windows color (decimal): -11918534 or 3810122. OLE color: 3810122.

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

Color convert

RGB743558-
CMYK00.530.220.71
HSL324.62º35.78%21.37%-
HSV(B)324.62º52.7%29.02%-
XYZ4.192.964.35-
YUV49.28132.92145.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.31%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=44.31%
G=20.96%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74355800.530.220.71324.6235.7821.37
Hex4A233A03516471452415
Octal1124372065261075054425
Binary1001010100011111010011010110110100011110100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,35,58); }

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

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

 a { background-color: rgb(74,35,58); }

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

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

 span { border-color: rgb(74,35,58); }

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