Html Css Color HEX #48325D Scarlet Gum

📋 copy color: '#48325D'

red 72 ◦ green 50 ◦ blue 93

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

Shades of Scarlet Gum #48325D

Tints of Scarlet Gum #48325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

 BLUE value IS 93 (36.72% from 255) = 43.26%

R = 33.49%
G = 23.26%
B = 43.26%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48325D (or 0x48325D) is known color: Scarlet Gum. HEX triplet: 48, 32 and 5D. RGB value is (72,50,93). Sum of RGB (Red+Green+Blue) = 72+50+93=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #48325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48325D is #B7CDA2. Grayscale: #3D3D3D. Windows color (decimal): -12045731 or 6107720. OLE color: 6107720.

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

Color convert

RGB 72 50 93 -
CMYK 0.23 0.46 0 0.64
HSL 270.7º 0.3% 0.28% -
HSV(B) 270.7º 0.46% 0.36% -
XYZ 5.79 4.45 10.91 -
YUV 61.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 72 50 93 0.23 0.46 0 0.64 270.7 0.3 0.28
Hex 48 32 5D 17 2E 0 40 10F 1E 1C
Octal 110 62 135 27 56 0 100 417 36 34
Binary 1001000 110010 1011101 10111 101110 0 1000000 100001111 11110 11100

Color Harmonies of #48325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48325D

Black with #48325D

Text Example


Text Example

White with #48325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48325D; }

 p { color: rgb(72,50,93); }

 H1.HeaderClassName
 {
   color: #48325D;
 }
 .AnyTagClassName
 {
   color: #48325D;
 }
</style>

background-color css

<style>
 a { background-color: #48325D; }

 a { background-color: rgb(72,50,93); }

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

border-color css

<style>
 span { border-color: #48325D; }

 span { border-color: rgb(72,50,93); }

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