#4B2537

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

Shades of Barossa #4B2537

Tints of Barossa #4B2537

Color information

#4B2537 (or 0x4B2537) is unknown color: approx Barossa. HEX triplet: 4B, 25 and 37. RGB value is (75,37,55). Sum of RGB (Red+Green+Blue) = 75+37+55=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2537 is #B4DAC8. Grayscale: #323232. Windows color (decimal): -11852489 or 3614027. OLE color: 3614027.

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

Color convert

RGB753755-
CMYK00.510.270.71
HSL331.58º33.93%21.96%-
HSV(B)331.58º50.67%29.41%-
XYZ4.253.093.99-
YUV50.41130.59145.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 55 (21.88% from 255) = 32.93%
R=44.91%
G=22.16%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75375500.510.270.71331.5833.9321.96
Hex4B25370331B4714c2216
Octal1134567063331075144226
Binary1001011100101110111011001111011100011110100110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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