Html Css Color HEX #48255A Scarlet Gum

📋 copy color: '#48255A'

red 72 ◦ green 37 ◦ blue 90

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

Shades of Scarlet Gum #48255A

Tints of Scarlet Gum #48255A

RGB

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

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

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

R = 36.18%
G = 18.59%
B = 45.23%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48255A (or 0x48255A) is known color: Scarlet Gum. HEX triplet: 48, 25 and 5A. RGB value is (72,37,90). Sum of RGB (Red+Green+Blue) = 72+37+90=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #48255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48255A is #B7DAA5. Grayscale: #353535. Windows color (decimal): -12049062 or 5907784. OLE color: 5907784.

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

Color convert

RGB 72 37 90 -
CMYK 0.20 0.59 0 0.65
HSL 279.62º 0.42% 0.25% -
HSV(B) 279.62º 0.59% 0.35% -
XYZ 5.18 3.44 10.06 -
YUV 53.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 72 37 90 0.20 0.59 0 0.65 279.62 0.42 0.25
Hex 48 25 5A 14 3B 0 41 118 2A 19
Octal 110 45 132 24 73 0 101 430 52 31
Binary 1001000 100101 1011010 10100 111011 0 1000001 100011000 101010 11001

Color Harmonies of #48255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48255A

Black with #48255A

Text Example


Text Example

White with #48255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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