#4B273C

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

Shades of Barossa #4B273C

Tints of Barossa #4B273C

Color information

#4B273C (or 0x4B273C) is unknown color: approx Barossa. HEX triplet: 4B, 27 and 3C. RGB value is (75,39,60). Sum of RGB (Red+Green+Blue) = 75+39+60=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B273C is #B4D8C3. Grayscale: #343434. Windows color (decimal): -11851972 or 3942219. OLE color: 3942219.

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

Color convert

RGB753960-
CMYK00.480.200.71
HSL325º31.58%22.35%-
HSV(B)325º48%29.41%-
XYZ4.443.274.67-
YUV52.16132.43144.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.10%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=43.10%
G=22.41%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75396000.480.200.7132531.5822.35
Hex4B273C03014471452016
Octal1134774060241075054026
Binary1001011100111111100011000010100100011110100010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,60); }

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

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

 a { background-color: rgb(75,39,60); }

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

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

 span { border-color: rgb(75,39,60); }

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