Html Css Color HEX #48135A Scarlet Gum

📋 copy color: '#48135A'

red 72 ◦ green 19 ◦ blue 90

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

Shades of Scarlet Gum #48135A

Tints of Scarlet Gum #48135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 39.78%
G = 10.5%
B = 49.72%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48135A (or 0x48135A) is known color: Scarlet Gum. HEX triplet: 48, 13 and 5A. RGB value is (72,19,90). Sum of RGB (Red+Green+Blue) = 72+19+90=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #48135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48135A is #B7ECA5. Grayscale: #2A2A2A. Windows color (decimal): -12053670 or 5903176. OLE color: 5903176.

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

Color convert

RGB 72 19 90 -
CMYK 0.20 0.79 0 0.65
HSL 284.79º 0.65% 0.21% -
HSV(B) 284.79º 0.79% 0.35% -
XYZ 4.75 2.58 9.92 -
YUV 42.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 72 19 90 0.20 0.79 0 0.65 284.79 0.65 0.21
Hex 48 13 5A 14 4F 0 41 11D 41 15
Octal 110 23 132 24 117 0 101 435 101 25
Binary 1001000 10011 1011010 10100 1001111 0 1000001 100011101 1000001 10101

Color Harmonies of #48135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48135A

Black with #48135A

Text Example


Text Example

White with #48135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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