#4B2536

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

Shades of Barossa #4B2536

Tints of Barossa #4B2536

Color information

#4B2536 (or 0x4B2536) is unknown color: approx Barossa. HEX triplet: 4B, 25 and 36. RGB value is (75,37,54). Sum of RGB (Red+Green+Blue) = 75+37+54=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2536 is #B4DAC9. Grayscale: #323232. Windows color (decimal): -11852490 or 3548491. OLE color: 3548491.

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

Color convert

RGB753754-
CMYK00.510.280.71
HSL333.16º33.93%21.96%-
HSV(B)333.16º50.67%29.41%-
XYZ4.233.093.86-
YUV50.3130.09145.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.18%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=45.18%
G=22.29%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75375400.510.280.71333.1633.9321.96
Hex4B25360331C4714d2216
Octal1134566063341075154226
Binary1001011100101110110011001111100100011110100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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