Html Css Color HEX #48233A Barossa

📋 copy color: '#48233A'

red 72 ◦ green 35 ◦ blue 58

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

Shades of Barossa #48233A

Tints of Barossa #48233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

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

R = 43.64%
G = 21.21%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48233A (or 0x48233A) is known color: Barossa. HEX triplet: 48, 23 and 3A. RGB value is (72,35,58). Sum of RGB (Red+Green+Blue) = 72+35+58=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48233A is #B7DCC5. Grayscale: #303030. Windows color (decimal): -12049606 or 3810120. OLE color: 3810120.

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

Color convert

RGB 72 35 58 -
CMYK 0 0.51 0.19 0.72
HSL 322.7º 0.35% 0.21% -
HSV(B) 322.7º 0.51% 0.28% -
XYZ 4.04 2.89 4.35 -
YUV 48.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 72 35 58 0 0.51 0.19 0.72 322.7 0.35 0.21
Hex 48 23 3A 0 33 13 48 143 23 15
Octal 110 43 72 0 63 23 110 503 43 25
Binary 1001000 100011 111010 0 110011 10011 1001000 101000011 100011 10101

Color Harmonies of #48233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48233A

Black with #48233A

Text Example


Text Example

White with #48233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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