#48263A

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

Shades of Barossa #48263A

Tints of Barossa #48263A

Color information

#48263A (or 0x48263A) is unknown color: approx Barossa. HEX triplet: 48, 26 and 3A. RGB value is (72,38,58). Sum of RGB (Red+Green+Blue) = 72+38+58=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48263A is #B7D9C5. Grayscale: #323232. Windows color (decimal): -12048838 or 3810888. OLE color: 3810888.

HSL color Cylindrical-coordinate representation of color #48263A: hue angle of 324.71º 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 #48263A is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB723858-
CMYK00.470.190.72
HSL324.71º30.91%21.57%-
HSV(B)324.71º47.22%28.24%-
XYZ4.133.074.38-
YUV50.45132.26143.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=42.86%
G=22.62%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72385800.470.190.72324.7130.9121.57
Hex48263A02F13481451f16
Octal1104672057231105053726
Binary100100010011011101001011111001110010001010001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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