Html Css Color HEX #48285A Scarlet Gum

📋 copy color: '#48285A'

red 72 ◦ green 40 ◦ blue 90

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

Shades of Scarlet Gum #48285A

Tints of Scarlet Gum #48285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.8%

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

R = 35.64%
G = 19.8%
B = 44.55%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48285A (or 0x48285A) is known color: Scarlet Gum. HEX triplet: 48, 28 and 5A. RGB value is (72,40,90). Sum of RGB (Red+Green+Blue) = 72+40+90=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #48285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48285A is #B7D7A5. Grayscale: #373737. Windows color (decimal): -12048294 or 5908552. OLE color: 5908552.

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

Color convert

RGB 72 40 90 -
CMYK 0.20 0.56 0 0.65
HSL 278.4º 0.38% 0.25% -
HSV(B) 278.4º 0.56% 0.35% -
XYZ 5.28 3.63 10.1 -
YUV 55.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 72 40 90 0.20 0.56 0 0.65 278.4 0.38 0.25
Hex 48 28 5A 14 38 0 41 116 26 19
Octal 110 50 132 24 70 0 101 426 46 31
Binary 1001000 101000 1011010 10100 111000 0 1000001 100010110 100110 11001

Color Harmonies of #48285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48285A

Black with #48285A

Text Example


Text Example

White with #48285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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