Html Css Color HEX #48155B Scarlet Gum

📋 copy color: '#48155B'

red 72 ◦ green 21 ◦ blue 91

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

Shades of Scarlet Gum #48155B

Tints of Scarlet Gum #48155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.46%

R = 39.13%
G = 11.41%
B = 49.46%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48155B (or 0x48155B) is known color: Scarlet Gum. HEX triplet: 48, 15 and 5B. RGB value is (72,21,91). Sum of RGB (Red+Green+Blue) = 72+21+91=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #48155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48155B is #B7EAA4. Grayscale: #2B2B2B. Windows color (decimal): -12053157 or 5969224. OLE color: 5969224.

HSL color Cylindrical-coordinate representation of color #48155B: hue angle of 283.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48155B is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 21 91 -
CMYK 0.21 0.77 0 0.64
HSL 283.71º 0.63% 0.22% -
HSV(B) 283.71º 0.77% 0.36% -
XYZ 4.83 2.67 10.16 -
YUV 44.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 72 21 91 0.21 0.77 0 0.64 283.71 0.63 0.22
Hex 48 15 5B 15 4D 0 40 11C 3E 16
Octal 110 25 133 25 115 0 100 434 76 26
Binary 1001000 10101 1011011 10101 1001101 0 1000000 100011100 111110 10110

Color Harmonies of #48155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48155B

Black with #48155B

Text Example


Text Example

White with #48155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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