Html Css Color HEX #48273A Barossa

📋 copy color: '#48273A'

red 72 ◦ green 39 ◦ blue 58

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

Shades of Barossa #48273A

Tints of Barossa #48273A

RGB

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

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

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

R = 42.6%
G = 23.08%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48273A (or 0x48273A) is known color: Barossa. HEX triplet: 48, 27 and 3A. RGB value is (72,39,58). Sum of RGB (Red+Green+Blue) = 72+39+58=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48273A is #B7D8C5. Grayscale: #323232. Windows color (decimal): -12048582 or 3811144. OLE color: 3811144.

HSL color Cylindrical-coordinate representation of color #48273A: hue angle of 325.45º 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 #48273A is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 58 -
CMYK 0 0.46 0.19 0.72
HSL 325.45º 0.3% 0.22% -
HSV(B) 325.45º 0.46% 0.28% -
XYZ 4.16 3.13 4.39 -
YUV 51.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 72 39 58 0 0.46 0.19 0.72 325.45 0.3 0.22
Hex 48 27 3A 0 2E 13 48 145 1E 16
Octal 110 47 72 0 56 23 110 505 36 26
Binary 1001000 100111 111010 0 101110 10011 1001000 101000101 11110 10110

Color Harmonies of #48273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48273A

Black with #48273A

Text Example


Text Example

White with #48273A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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