Html Css Color HEX #48295A Scarlet Gum

📋 copy color: '#48295A'

red 72 ◦ green 41 ◦ blue 90

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

Shades of Scarlet Gum #48295A

Tints of Scarlet Gum #48295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 35.47%
G = 20.2%
B = 44.33%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48295A (or 0x48295A) is known color: Scarlet Gum. HEX triplet: 48, 29 and 5A. RGB value is (72,41,90). Sum of RGB (Red+Green+Blue) = 72+41+90=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #48295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48295A is #B7D6A5. Grayscale: #373737. Windows color (decimal): -12048038 or 5908808. OLE color: 5908808.

HSL color Cylindrical-coordinate representation of color #48295A: hue angle of 277.96º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48295A is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 41 90 -
CMYK 0.20 0.54 0 0.65
HSL 277.96º 0.37% 0.26% -
HSV(B) 277.96º 0.54% 0.35% -
XYZ 5.31 3.7 10.11 -
YUV 55.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 72 41 90 0.20 0.54 0 0.65 277.96 0.37 0.26
Hex 48 29 5A 14 36 0 41 116 25 1A
Octal 110 51 132 24 66 0 101 426 45 32
Binary 1001000 101001 1011010 10100 110110 0 1000001 100010110 100101 11010

Color Harmonies of #48295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48295A

Black with #48295A

Text Example


Text Example

White with #48295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,41,90); }

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

background-color css

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

 a { background-color: rgb(72,41,90); }

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

border-color css

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

 span { border-color: rgb(72,41,90); }

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