#4B2337

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

Shades of Barossa #4B2337

Tints of Barossa #4B2337

Color information

#4B2337 (or 0x4B2337) is unknown color: approx Barossa. HEX triplet: 4B, 23 and 37. RGB value is (75,35,55). Sum of RGB (Red+Green+Blue) = 75+35+55=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2337 is #B4DCC8. Grayscale: #313131. Windows color (decimal): -11853001 or 3613515. OLE color: 3613515.

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

Color convert

RGB753555-
CMYK00.530.270.71
HSL330º36.36%21.57%-
HSV(B)330º53.33%29.41%-
XYZ4.192.973.97-
YUV49.24131.25146.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 55 (21.88% from 255) = 33.33%
R=45.45%
G=21.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75355500.530.270.7133036.3621.57
Hex4B23370351B4714a2416
Octal1134367065331075124426
Binary1001011100011110111011010111011100011110100101010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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