Html Css Color HEX #48253A Barossa

📋 copy color: '#48253A'

red 72 ◦ green 37 ◦ blue 58

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

Shades of Barossa #48253A

Tints of Barossa #48253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

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

R = 43.11%
G = 22.16%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48253A (or 0x48253A) is known color: Barossa. HEX triplet: 48, 25 and 3A. RGB value is (72,37,58). Sum of RGB (Red+Green+Blue) = 72+37+58=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48253A is #B7DAC5. Grayscale: #313131. Windows color (decimal): -12049094 or 3810632. OLE color: 3810632.

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

Color convert

RGB 72 37 58 -
CMYK 0 0.49 0.19 0.72
HSL 324º 0.32% 0.21% -
HSV(B) 324º 0.49% 0.28% -
XYZ 4.1 3.01 4.37 -
YUV 49.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 72 37 58 0 0.49 0.19 0.72 324 0.32 0.21
Hex 48 25 3A 0 31 13 48 144 20 15
Octal 110 45 72 0 61 23 110 504 40 25
Binary 1001000 100101 111010 0 110001 10011 1001000 101000100 100000 10101

Color Harmonies of #48253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48253A

Black with #48253A

Text Example


Text Example

White with #48253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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