Html Css Color HEX #48315E Scarlet Gum

📋 copy color: '#48315E'

red 72 ◦ green 49 ◦ blue 94

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

Shades of Scarlet Gum #48315E

Tints of Scarlet Gum #48315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.72%

R = 33.49%
G = 22.79%
B = 43.72%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48315E (or 0x48315E) is known color: Scarlet Gum. HEX triplet: 48, 31 and 5E. RGB value is (72,49,94). Sum of RGB (Red+Green+Blue) = 72+49+94=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #48315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48315E is #B7CEA1. Grayscale: #3C3C3C. Windows color (decimal): -12045986 or 6173000. OLE color: 6173000.

HSL color Cylindrical-coordinate representation of color #48315E: hue angle of 270.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48315E is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 49 94 -
CMYK 0.23 0.48 0 0.63
HSL 270.67º 0.31% 0.28% -
HSV(B) 270.67º 0.48% 0.37% -
XYZ 5.79 4.38 11.13 -
YUV 61.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 72 49 94 0.23 0.48 0 0.63 270.67 0.31 0.28
Hex 48 31 5E 17 30 0 3F 10F 1F 1C
Octal 110 61 136 27 60 0 77 417 37 34
Binary 1001000 110001 1011110 10111 110000 0 111111 100001111 11111 11100

Color Harmonies of #48315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48315E

Black with #48315E

Text Example


Text Example

White with #48315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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