Html Css Color HEX #48283C Barossa

📋 copy color: '#48283C'

red 72 ◦ green 40 ◦ blue 60

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

Shades of Barossa #48283C

Tints of Barossa #48283C

RGB

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

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

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

R = 41.86%
G = 23.26%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48283C (or 0x48283C) is known color: Barossa. HEX triplet: 48, 28 and 3C. RGB value is (72,40,60). Sum of RGB (Red+Green+Blue) = 72+40+60=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48283C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48283C is #B7D7C3. Grayscale: #333333. Windows color (decimal): -12048324 or 3942472. OLE color: 3942472.

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

Color convert

RGB 72 40 60 -
CMYK 0 0.44 0.17 0.72
HSL 322.5º 0.29% 0.22% -
HSV(B) 322.5º 0.44% 0.28% -
XYZ 4.25 3.22 4.67 -
YUV 51.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 72 40 60 0 0.44 0.17 0.72 322.5 0.29 0.22
Hex 48 28 3C 0 2C 11 48 142 1D 16
Octal 110 50 74 0 54 21 110 502 35 26
Binary 1001000 101000 111100 0 101100 10001 1001000 101000010 11101 10110

Color Harmonies of #48283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48283C

Black with #48283C

Text Example


Text Example

White with #48283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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