#4B2238

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

Shades of Barossa #4B2238

Tints of Barossa #4B2238

Color information

#4B2238 (or 0x4B2238) is unknown color: approx Barossa. HEX triplet: 4B, 22 and 38. RGB value is (75,34,56). Sum of RGB (Red+Green+Blue) = 75+34+56=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2238 is #B4DDC7. Grayscale: #303030. Windows color (decimal): -11853256 or 3678795. OLE color: 3678795.

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

Color convert

RGB753456-
CMYK00.550.250.71
HSL327.8º37.61%21.37%-
HSV(B)327.8º54.67%29.41%-
XYZ4.192.934.09-
YUV48.77132.08146.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=45.45%
G=20.61%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75345600.550.250.71327.837.6121.37
Hex4B223803719471482615
Octal1134270067311075104625
Binary1001011100010111000011011111001100011110100100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,34,56); }

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

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

 a { background-color: rgb(75,34,56); }

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

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

 span { border-color: rgb(75,34,56); }

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