Html Css Color HEX #48155F Scarlet Gum

📋 copy color: '#48155F'

red 72 ◦ green 21 ◦ blue 95

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

Shades of Scarlet Gum #48155F

Tints of Scarlet Gum #48155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

 BLUE value IS 95 (37.5% from 255) = 50.53%

R = 38.3%
G = 11.17%
B = 50.53%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48155F (or 0x48155F) is known color: Scarlet Gum. HEX triplet: 48, 15 and 5F. RGB value is (72,21,95). Sum of RGB (Red+Green+Blue) = 72+21+95=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #48155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48155F is #B7EAA0. Grayscale: #2C2C2C. Windows color (decimal): -12053153 or 6231368. OLE color: 6231368.

HSL color Cylindrical-coordinate representation of color #48155F: hue angle of 281.35º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48155F is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 21 95 -
CMYK 0.24 0.78 0 0.63
HSL 281.35º 0.64% 0.23% -
HSV(B) 281.35º 0.78% 0.37% -
XYZ 5.01 2.74 11.09 -
YUV 44.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 72 21 95 0.24 0.78 0 0.63 281.35 0.64 0.23
Hex 48 15 5F 18 4E 0 3F 119 40 17
Octal 110 25 137 30 116 0 77 431 100 27
Binary 1001000 10101 1011111 11000 1001110 0 111111 100011001 1000000 10111

Color Harmonies of #48155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48155F

Black with #48155F

Text Example


Text Example

White with #48155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48155F; }

 p { color: rgb(72,21,95); }

 H1.HeaderClassName
 {
   color: #48155F;
 }
 .AnyTagClassName
 {
   color: #48155F;
 }
</style>

background-color css

<style>
 a { background-color: #48155F; }

 a { background-color: rgb(72,21,95); }

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

border-color css

<style>
 span { border-color: #48155F; }

 span { border-color: rgb(72,21,95); }

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