Html Css Color HEX #48215F Scarlet Gum

📋 copy color: '#48215F'

red 72 ◦ green 33 ◦ blue 95

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

Shades of Scarlet Gum #48215F

Tints of Scarlet Gum #48215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

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

R = 36%
G = 16.5%
B = 47.5%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48215F (or 0x48215F) is known color: Scarlet Gum. HEX triplet: 48, 21 and 5F. RGB value is (72,33,95). Sum of RGB (Red+Green+Blue) = 72+33+95=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #48215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48215F is #B7DEA0. Grayscale: #333333. Windows color (decimal): -12050081 or 6234440. OLE color: 6234440.

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

Color convert

RGB 72 33 95 -
CMYK 0.24 0.65 0 0.63
HSL 277.74º 0.48% 0.25% -
HSV(B) 277.74º 0.65% 0.37% -
XYZ 5.28 3.29 11.18 -
YUV 51.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 72 33 95 0.24 0.65 0 0.63 277.74 0.48 0.25
Hex 48 21 5F 18 41 0 3F 116 30 19
Octal 110 41 137 30 101 0 77 426 60 31
Binary 1001000 100001 1011111 11000 1000001 0 111111 100010110 110000 11001

Color Harmonies of #48215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48215F

Black with #48215F

Text Example


Text Example

White with #48215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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