Html Css Color HEX #48055A Scarlet Gum

📋 copy color: '#48055A'

red 72 ◦ green 5 ◦ blue 90

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

Shades of Scarlet Gum #48055A

Tints of Scarlet Gum #48055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 43.11%
G = 2.99%
B = 53.89%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48055A (or 0x48055A) is known color: Scarlet Gum. HEX triplet: 48, 05 and 5A. RGB value is (72,5,90). Sum of RGB (Red+Green+Blue) = 72+5+90=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #48055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48055A is #B7FAA5. Grayscale: #222222. Windows color (decimal): -12057254 or 5899592. OLE color: 5899592.

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

Color convert

RGB 72 5 90 -
CMYK 0.20 0.94 0 0.65
HSL 287.29º 0.89% 0.19% -
HSV(B) 287.29º 0.94% 0.35% -
XYZ 4.57 2.22 9.86 -
YUV 34.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 72 5 90 0.20 0.94 0 0.65 287.29 0.89 0.19
Hex 48 5 5A 14 5E 0 41 11F 59 13
Octal 110 5 132 24 136 0 101 437 131 23
Binary 1001000 101 1011010 10100 1011110 0 1000001 100011111 1011001 10011

Color Harmonies of #48055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48055A

Black with #48055A

Text Example


Text Example

White with #48055A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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