Html Css Color HEX #48243A Barossa

📋 copy color: '#48243A'

red 72 ◦ green 36 ◦ blue 58

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

Shades of Barossa #48243A

Tints of Barossa #48243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

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

R = 43.37%
G = 21.69%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48243A (or 0x48243A) is known color: Barossa. HEX triplet: 48, 24 and 3A. RGB value is (72,36,58). Sum of RGB (Red+Green+Blue) = 72+36+58=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48243A is #B7DBC5. Grayscale: #313131. Windows color (decimal): -12049350 or 3810376. OLE color: 3810376.

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

Color convert

RGB 72 36 58 -
CMYK 0 0.5 0.19 0.72
HSL 323.33º 0.33% 0.21% -
HSV(B) 323.33º 0.5% 0.28% -
XYZ 4.07 2.94 4.36 -
YUV 49.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 72 36 58 0 0.5 0.19 0.72 323.33 0.33 0.21
Hex 48 24 3A 0 32 13 48 143 21 15
Octal 110 44 72 0 62 23 110 503 41 25
Binary 1001000 100100 111010 0 110010 10011 1001000 101000011 100001 10101

Color Harmonies of #48243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48243A

Black with #48243A

Text Example


Text Example

White with #48243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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