#4B2339

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

Shades of Barossa #4B2339

Tints of Barossa #4B2339

Color information

#4B2339 (or 0x4B2339) is unknown color: approx Barossa. HEX triplet: 4B, 23 and 39. RGB value is (75,35,57). Sum of RGB (Red+Green+Blue) = 75+35+57=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2339 is #B4DCC6. Grayscale: #313131. Windows color (decimal): -11852999 or 3744587. OLE color: 3744587.

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

Color convert

RGB753557-
CMYK00.530.240.71
HSL327º36.36%21.57%-
HSV(B)327º53.33%29.41%-
XYZ4.242.994.23-
YUV49.47132.25146.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=44.91%
G=20.96%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75355700.530.240.7132736.3621.57
Hex4B233903518471472416
Octal1134371065301075074426
Binary1001011100011111001011010111000100011110100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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