Html Css Color HEX #48215E Scarlet Gum

📋 copy color: '#48215E'

red 72 ◦ green 33 ◦ blue 94

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

Shades of Scarlet Gum #48215E

Tints of Scarlet Gum #48215E

RGB

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

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

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

R = 36.18%
G = 16.58%
B = 47.24%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48215E (or 0x48215E) is known color: Scarlet Gum. HEX triplet: 48, 21 and 5E. RGB value is (72,33,94). Sum of RGB (Red+Green+Blue) = 72+33+94=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #48215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48215E is #B7DEA1. Grayscale: #333333. Windows color (decimal): -12050082 or 6168904. OLE color: 6168904.

HSL color Cylindrical-coordinate representation of color #48215E: hue angle of 278.36º 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 #48215E is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 33 94 -
CMYK 0.23 0.65 0 0.63
HSL 278.36º 0.48% 0.25% -
HSV(B) 278.36º 0.65% 0.37% -
XYZ 5.24 3.27 10.95 -
YUV 51.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 72 33 94 0.23 0.65 0 0.63 278.36 0.48 0.25
Hex 48 21 5E 17 41 0 3F 116 30 19
Octal 110 41 136 27 101 0 77 426 60 31
Binary 1001000 100001 1011110 10111 1000001 0 111111 100010110 110000 11001

Color Harmonies of #48215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48215E

Black with #48215E

Text Example


Text Example

White with #48215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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