#4B283A

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

Shades of Barossa #4B283A

Tints of Barossa #4B283A

Color information

#4B283A (or 0x4B283A) is unknown color: approx Barossa. HEX triplet: 4B, 28 and 3A. RGB value is (75,40,58). Sum of RGB (Red+Green+Blue) = 75+40+58=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B283A is #B4D7C5. Grayscale: #343434. Windows color (decimal): -11851718 or 3811403. OLE color: 3811403.

HSL color Cylindrical-coordinate representation of color #4B283A: hue angle of 329.14º 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 #4B283A is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB754058-
CMYK00.470.230.71
HSL329.14º30.43%22.55%-
HSV(B)329.14º46.67%29.41%-
XYZ4.423.324.41-
YUV52.52131.1144.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=43.35%
G=23.12%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75405800.470.230.71329.1430.4322.55
Hex4B283A02F17471491e17
Octal1135072057271075113627
Binary100101110100011101001011111011110001111010010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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