#48263B

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

Shades of Barossa #48263B

Tints of Barossa #48263B

Color information

#48263B (or 0x48263B) is unknown color: approx Barossa. HEX triplet: 48, 26 and 3B. RGB value is (72,38,59). Sum of RGB (Red+Green+Blue) = 72+38+59=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48263B is #B7D9C4. Grayscale: #323232. Windows color (decimal): -12048837 or 3876424. OLE color: 3876424.

HSL color Cylindrical-coordinate representation of color #48263B: hue angle of 322.94º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48263B is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB723859-
CMYK00.470.180.72
HSL322.94º30.91%21.57%-
HSV(B)322.94º47.22%28.24%-
XYZ4.163.084.51-
YUV50.56132.76143.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=42.60%
G=22.49%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72385900.470.180.72322.9430.9121.57
Hex48263B02F12481431f16
Octal1104673057221105033726
Binary100100010011011101101011111001010010001010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48263B; }

 p { color: rgb(72,38,59); }

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

<style>
 a { background-color: #48263B; }

 a { background-color: rgb(72,38,59); }

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

<style>
 span { border-color: #48263B; }

 span { border-color: rgb(72,38,59); }

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