Html Css Color HEX #48273B Barossa

📋 copy color: '#48273B'

red 72 ◦ green 39 ◦ blue 59

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

Shades of Barossa #48273B

Tints of Barossa #48273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.71%

R = 42.35%
G = 22.94%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48273B (or 0x48273B) is known color: Barossa. HEX triplet: 48, 27 and 3B. RGB value is (72,39,59). Sum of RGB (Red+Green+Blue) = 72+39+59=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48273B is #B7D8C4. Grayscale: #333333. Windows color (decimal): -12048581 or 3876680. OLE color: 3876680.

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

Color convert

RGB 72 39 59 -
CMYK 0 0.46 0.18 0.72
HSL 323.64º 0.3% 0.22% -
HSV(B) 323.64º 0.46% 0.28% -
XYZ 4.19 3.14 4.52 -
YUV 51.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 72 39 59 0 0.46 0.18 0.72 323.64 0.3 0.22
Hex 48 27 3B 0 2E 12 48 144 1E 16
Octal 110 47 73 0 56 22 110 504 36 26
Binary 1001000 100111 111011 0 101110 10010 1001000 101000100 11110 10110

Color Harmonies of #48273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48273B

Black with #48273B

Text Example


Text Example

White with #48273B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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