Html Css Color HEX #48233B Barossa

📋 copy color: '#48233B'

red 72 ◦ green 35 ◦ blue 59

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

Shades of Barossa #48233B

Tints of Barossa #48233B

RGB

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

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

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

R = 43.37%
G = 21.08%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48233B (or 0x48233B) is known color: Barossa. HEX triplet: 48, 23 and 3B. RGB value is (72,35,59). Sum of RGB (Red+Green+Blue) = 72+35+59=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48233B is #B7DCC4. Grayscale: #303030. Windows color (decimal): -12049605 or 3875656. OLE color: 3875656.

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

Color convert

RGB 72 35 59 -
CMYK 0 0.51 0.18 0.72
HSL 321.08º 0.35% 0.21% -
HSV(B) 321.08º 0.51% 0.28% -
XYZ 4.06 2.9 4.48 -
YUV 48.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 72 35 59 0 0.51 0.18 0.72 321.08 0.35 0.21
Hex 48 23 3B 0 33 12 48 141 23 15
Octal 110 43 73 0 63 22 110 501 43 25
Binary 1001000 100011 111011 0 110011 10010 1001000 101000001 100011 10101

Color Harmonies of #48233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48233B

Black with #48233B

Text Example


Text Example

White with #48233B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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