Html Css Color HEX #48293C Barossa

📋 copy color: '#48293C'

red 72 ◦ green 41 ◦ blue 60

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

Shades of Barossa #48293C

Tints of Barossa #48293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 41.62%
G = 23.7%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48293C (or 0x48293C) is known color: Barossa. HEX triplet: 48, 29 and 3C. RGB value is (72,41,60). Sum of RGB (Red+Green+Blue) = 72+41+60=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #48293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48293C is #B7D6C3. Grayscale: #343434. Windows color (decimal): -12048068 or 3942728. OLE color: 3942728.

HSL color Cylindrical-coordinate representation of color #48293C: hue angle of 323.23º 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 #48293C is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 60 -
CMYK 0 0.43 0.17 0.72
HSL 323.23º 0.27% 0.22% -
HSV(B) 323.23º 0.43% 0.28% -
XYZ 4.28 3.29 4.68 -
YUV 52.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 72 41 60 0 0.43 0.17 0.72 323.23 0.27 0.22
Hex 48 29 3C 0 2B 11 48 143 1B 16
Octal 110 51 74 0 53 21 110 503 33 26
Binary 1001000 101001 111100 0 101011 10001 1001000 101000011 11011 10110

Color Harmonies of #48293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48293C

Black with #48293C

Text Example


Text Example

White with #48293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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