#4B253B

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

Shades of Barossa #4B253B

Tints of Barossa #4B253B

Color information

#4B253B (or 0x4B253B) is unknown color: approx Barossa. HEX triplet: 4B, 25 and 3B. RGB value is (75,37,59). Sum of RGB (Red+Green+Blue) = 75+37+59=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B253B is #B4DAC4. Grayscale: #323232. Windows color (decimal): -11852485 or 3876171. OLE color: 3876171.

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

Color convert

RGB753759-
CMYK00.510.210.71
HSL325.26º33.93%21.96%-
HSV(B)325.26º50.67%29.41%-
XYZ4.353.134.51-
YUV50.87132.59145.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=43.86%
G=21.64%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75375900.510.210.71325.2633.9321.96
Hex4B253B03315471452216
Octal1134573063251075054226
Binary1001011100101111011011001110101100011110100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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