#4B223A

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

Shades of Barossa #4B223A

Tints of Barossa #4B223A

Color information

#4B223A (or 0x4B223A) is unknown color: approx Barossa. HEX triplet: 4B, 22 and 3A. RGB value is (75,34,58). Sum of RGB (Red+Green+Blue) = 75+34+58=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B223A is #B4DDC5. Grayscale: #303030. Windows color (decimal): -11853254 or 3809867. OLE color: 3809867.

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

Color convert

RGB753458-
CMYK00.550.230.71
HSL324.88º37.61%21.37%-
HSV(B)324.88º54.67%29.41%-
XYZ4.242.954.35-
YUV49133.08146.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=44.91%
G=20.36%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75345800.550.230.71324.8837.6121.37
Hex4B223A03717471452615
Octal1134272067271075054625
Binary1001011100010111010011011110111100011110100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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