#48243A

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

Shades of Barossa #48243A

Tints of Barossa #48243A

Color information

#48243A (or 0x48243A) is unknown color: approx Barossa. HEX triplet: 48, 24 and 3A. RGB value is (72,36,58). Sum of RGB (Red+Green+Blue) = 72+36+58=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48243A is #B7DBC5. Grayscale: #313131. Windows color (decimal): -12049350 or 3810376. OLE color: 3810376.

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

Color convert

RGB723658-
CMYK00.50.190.72
HSL323.33º33.33%21.18%-
HSV(B)323.33º50%28.24%-
XYZ4.072.944.36-
YUV49.27132.93144.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=43.37%
G=21.69%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72365800.50.190.72323.3333.3321.18
Hex48243A03213481432115
Octal1104472062231105034125
Binary1001000100100111010011001010011100100010100001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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