Html Css Color HEX #48145A Scarlet Gum

📋 copy color: '#48145A'

red 72 ◦ green 20 ◦ blue 90

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

Shades of Scarlet Gum #48145A

Tints of Scarlet Gum #48145A

RGB

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

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

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

R = 39.56%
G = 10.99%
B = 49.45%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48145A (or 0x48145A) is known color: Scarlet Gum. HEX triplet: 48, 14 and 5A. RGB value is (72,20,90). Sum of RGB (Red+Green+Blue) = 72+20+90=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #48145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48145A is #B7EBA5. Grayscale: #2B2B2B. Windows color (decimal): -12053414 or 5903432. OLE color: 5903432.

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

Color convert

RGB 72 20 90 -
CMYK 0.20 0.78 0 0.65
HSL 284.57º 0.64% 0.22% -
HSV(B) 284.57º 0.78% 0.35% -
XYZ 4.77 2.62 9.93 -
YUV 43.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 72 20 90 0.20 0.78 0 0.65 284.57 0.64 0.22
Hex 48 14 5A 14 4E 0 41 11D 40 16
Octal 110 24 132 24 116 0 101 435 100 26
Binary 1001000 10100 1011010 10100 1001110 0 1000001 100011101 1000000 10110

Color Harmonies of #48145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48145A

Black with #48145A

Text Example


Text Example

White with #48145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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