Html Css Color HEX #48293A Barossa

📋 copy color: '#48293A'

red 72 ◦ green 41 ◦ blue 58

#48293A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #48293A

Tints of Barossa #48293A

RGB

 RED value IS 72 (28.52% from 255) = 42.11%

 GREEN value IS 41 (16.41% from 255) = 23.98%

 BLUE value IS 58 (23.05% from 255) = 33.92%

R = 42.11%
G = 23.98%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48293A (or 0x48293A) is known color: Barossa. HEX triplet: 48, 29 and 3A. RGB value is (72,41,58). Sum of RGB (Red+Green+Blue) = 72+41+58=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48293A is #B7D6C5. Grayscale: #343434. Windows color (decimal): -12048070 or 3811656. OLE color: 3811656.

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

Color convert

RGB 72 41 58 -
CMYK 0 0.43 0.19 0.72
HSL 327.1º 0.27% 0.22% -
HSV(B) 327.1º 0.43% 0.28% -
XYZ 4.23 3.27 4.41 -
YUV 52.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 72 41 58 0 0.43 0.19 0.72 327.1 0.27 0.22
Hex 48 29 3A 0 2B 13 48 147 1B 16
Octal 110 51 72 0 53 23 110 507 33 26
Binary 1001000 101001 111010 0 101011 10011 1001000 101000111 11011 10110

Color Harmonies of #48293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48293A

Black with #48293A

Text Example


Text Example

White with #48293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48293A;
 }
 .AnyTagClassName
 {
   color: #48293A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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