Html Css Color HEX #48283A Barossa

📋 copy color: '#48283A'

red 72 ◦ green 40 ◦ blue 58

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

Shades of Barossa #48283A

Tints of Barossa #48283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.53%

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

R = 42.35%
G = 23.53%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48283A (or 0x48283A) is known color: Barossa. HEX triplet: 48, 28 and 3A. RGB value is (72,40,58). Sum of RGB (Red+Green+Blue) = 72+40+58=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48283A is #B7D7C5. Grayscale: #333333. Windows color (decimal): -12048326 or 3811400. OLE color: 3811400.

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

Color convert

RGB 72 40 58 -
CMYK 0 0.44 0.19 0.72
HSL 326.25º 0.29% 0.22% -
HSV(B) 326.25º 0.44% 0.28% -
XYZ 4.2 3.2 4.4 -
YUV 51.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 72 40 58 0 0.44 0.19 0.72 326.25 0.29 0.22
Hex 48 28 3A 0 2C 13 48 146 1D 16
Octal 110 50 72 0 54 23 110 506 35 26
Binary 1001000 101000 111010 0 101100 10011 1001000 101000110 11101 10110

Color Harmonies of #48283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48283A

Black with #48283A

Text Example


Text Example

White with #48283A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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