Html Css Color HEX #48273C Barossa

📋 copy color: '#48273C'

red 72 ◦ green 39 ◦ blue 60

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

Shades of Barossa #48273C

Tints of Barossa #48273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.81%

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

R = 42.11%
G = 22.81%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48273C (or 0x48273C) is known color: Barossa. HEX triplet: 48, 27 and 3C. RGB value is (72,39,60). Sum of RGB (Red+Green+Blue) = 72+39+60=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48273C is #B7D8C3. Grayscale: #333333. Windows color (decimal): -12048580 or 3942216. OLE color: 3942216.

HSL color Cylindrical-coordinate representation of color #48273C: hue angle of 321.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48273C is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 60 -
CMYK 0 0.46 0.17 0.72
HSL 321.82º 0.3% 0.22% -
HSV(B) 321.82º 0.46% 0.28% -
XYZ 4.21 3.16 4.66 -
YUV 51.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 72 39 60 0 0.46 0.17 0.72 321.82 0.3 0.22
Hex 48 27 3C 0 2E 11 48 142 1E 16
Octal 110 47 74 0 56 21 110 502 36 26
Binary 1001000 100111 111100 0 101110 10001 1001000 101000010 11110 10110

Color Harmonies of #48273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48273C

Black with #48273C

Text Example


Text Example

White with #48273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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