#4B2839

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

Shades of Barossa #4B2839

Tints of Barossa #4B2839

Color information

#4B2839 (or 0x4B2839) is unknown color: approx Barossa. HEX triplet: 4B, 28 and 39. RGB value is (75,40,57). Sum of RGB (Red+Green+Blue) = 75+40+57=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2839 is #B4D7C6. Grayscale: #343434. Windows color (decimal): -11851719 or 3745867. OLE color: 3745867.

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

Color convert

RGB754057-
CMYK00.470.240.71
HSL330.86º30.43%22.55%-
HSV(B)330.86º46.67%29.41%-
XYZ4.43.314.28-
YUV52.4130.6144.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.60%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=43.60%
G=23.26%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75405700.470.240.71330.8630.4322.55
Hex4B283902F184714b1e17
Octal1135071057301075133627
Binary100101110100011100101011111100010001111010010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,57); }

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

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

 a { background-color: rgb(75,40,57); }

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

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

 span { border-color: rgb(75,40,57); }

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