Html Css Color HEX #48145E Scarlet Gum

📋 copy color: '#48145E'

red 72 ◦ green 20 ◦ blue 94

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

Shades of Scarlet Gum #48145E

Tints of Scarlet Gum #48145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

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

R = 38.71%
G = 10.75%
B = 50.54%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48145E (or 0x48145E) is known color: Scarlet Gum. HEX triplet: 48, 14 and 5E. RGB value is (72,20,94). Sum of RGB (Red+Green+Blue) = 72+20+94=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #48145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48145E is #B7EBA1. Grayscale: #2B2B2B. Windows color (decimal): -12053410 or 6165576. OLE color: 6165576.

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

Color convert

RGB 72 20 94 -
CMYK 0.23 0.79 0 0.63
HSL 282.16º 0.65% 0.22% -
HSV(B) 282.16º 0.79% 0.37% -
XYZ 4.94 2.69 10.85 -
YUV 43.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 72 20 94 0.23 0.79 0 0.63 282.16 0.65 0.22
Hex 48 14 5E 17 4F 0 3F 11A 41 16
Octal 110 24 136 27 117 0 77 432 101 26
Binary 1001000 10100 1011110 10111 1001111 0 111111 100011010 1000001 10110

Color Harmonies of #48145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48145E

Black with #48145E

Text Example


Text Example

White with #48145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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