#48253A

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

Shades of Barossa #48253A

Tints of Barossa #48253A

Color information

#48253A (or 0x48253A) is unknown color: approx Barossa. HEX triplet: 48, 25 and 3A. RGB value is (72,37,58). Sum of RGB (Red+Green+Blue) = 72+37+58=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48253A is #B7DAC5. Grayscale: #313131. Windows color (decimal): -12049094 or 3810632. OLE color: 3810632.

HSL color Cylindrical-coordinate representation of color #48253A: hue angle of 324º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48253A is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB723758-
CMYK00.490.190.72
HSL324º32.11%21.37%-
HSV(B)324º48.61%28.24%-
XYZ4.13.014.37-
YUV49.86132.6143.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=43.11%
G=22.16%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72375800.490.190.7232432.1121.37
Hex48253A03113481442015
Octal1104572061231105044025
Binary1001000100101111010011000110011100100010100010010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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