Html Css Color HEX #48185A Scarlet Gum

📋 copy color: '#48185A'

red 72 ◦ green 24 ◦ blue 90

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

Shades of Scarlet Gum #48185A

Tints of Scarlet Gum #48185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.9%

 BLUE value IS 90 (35.55% from 255) = 48.39%

R = 38.71%
G = 12.9%
B = 48.39%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48185A (or 0x48185A) is known color: Scarlet Gum. HEX triplet: 48, 18 and 5A. RGB value is (72,24,90). Sum of RGB (Red+Green+Blue) = 72+24+90=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #48185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48185A is #B7E7A5. Grayscale: #2D2D2D. Windows color (decimal): -12052390 or 5904456. OLE color: 5904456.

HSL color Cylindrical-coordinate representation of color #48185A: hue angle of 283.64º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48185A is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 24 90 -
CMYK 0.20 0.73 0 0.65
HSL 283.64º 0.58% 0.22% -
HSV(B) 283.64º 0.73% 0.35% -
XYZ 4.84 2.77 9.95 -
YUV 45.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 72 24 90 0.20 0.73 0 0.65 283.64 0.58 0.22
Hex 48 18 5A 14 49 0 41 11C 3A 16
Octal 110 30 132 24 111 0 101 434 72 26
Binary 1001000 11000 1011010 10100 1001001 0 1000001 100011100 111010 10110

Color Harmonies of #48185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48185A

Black with #48185A

Text Example


Text Example

White with #48185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48185A; }

 p { color: rgb(72,24,90); }

 H1.HeaderClassName
 {
   color: #48185A;
 }
 .AnyTagClassName
 {
   color: #48185A;
 }
</style>

background-color css

<style>
 a { background-color: #48185A; }

 a { background-color: rgb(72,24,90); }

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

border-color css

<style>
 span { border-color: #48185A; }

 span { border-color: rgb(72,24,90); }

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