Html Css Color HEX #48315B Scarlet Gum

📋 copy color: '#48315B'

red 72 ◦ green 49 ◦ blue 91

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

Shades of Scarlet Gum #48315B

Tints of Scarlet Gum #48315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

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

R = 33.96%
G = 23.11%
B = 42.92%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48315B (or 0x48315B) is known color: Scarlet Gum. HEX triplet: 48, 31 and 5B. RGB value is (72,49,91). Sum of RGB (Red+Green+Blue) = 72+49+91=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #48315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48315B is #B7CEA4. Grayscale: #3C3C3C. Windows color (decimal): -12045989 or 5976392. OLE color: 5976392.

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

Color convert

RGB 72 49 91 -
CMYK 0.21 0.46 0 0.64
HSL 272.86º 0.3% 0.27% -
HSV(B) 272.86º 0.46% 0.36% -
XYZ 5.66 4.33 10.43 -
YUV 60.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 72 49 91 0.21 0.46 0 0.64 272.86 0.3 0.27
Hex 48 31 5B 15 2E 0 40 111 1E 1B
Octal 110 61 133 25 56 0 100 421 36 33
Binary 1001000 110001 1011011 10101 101110 0 1000000 100010001 11110 11011

Color Harmonies of #48315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48315B

Black with #48315B

Text Example


Text Example

White with #48315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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