Html Css Color HEX #48115A Scarlet Gum

📋 copy color: '#48115A'

red 72 ◦ green 17 ◦ blue 90

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

Shades of Scarlet Gum #48115A

Tints of Scarlet Gum #48115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

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

R = 40.22%
G = 9.5%
B = 50.28%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48115A (or 0x48115A) is known color: Scarlet Gum. HEX triplet: 48, 11 and 5A. RGB value is (72,17,90). Sum of RGB (Red+Green+Blue) = 72+17+90=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #48115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48115A is #B7EEA5. Grayscale: #292929. Windows color (decimal): -12054182 or 5902664. OLE color: 5902664.

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

Color convert

RGB 72 17 90 -
CMYK 0.20 0.81 0 0.65
HSL 285.21º 0.68% 0.21% -
HSV(B) 285.21º 0.81% 0.35% -
XYZ 4.72 2.52 9.91 -
YUV 41.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 72 17 90 0.20 0.81 0 0.65 285.21 0.68 0.21
Hex 48 11 5A 14 51 0 41 11D 44 15
Octal 110 21 132 24 121 0 101 435 104 25
Binary 1001000 10001 1011010 10100 1010001 0 1000001 100011101 1000100 10101

Color Harmonies of #48115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48115A

Black with #48115A

Text Example


Text Example

White with #48115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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