Html Css Color HEX #48165A Scarlet Gum

📋 copy color: '#48165A'

red 72 ◦ green 22 ◦ blue 90

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

Shades of Scarlet Gum #48165A

Tints of Scarlet Gum #48165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.96%

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

R = 39.13%
G = 11.96%
B = 48.91%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48165A (or 0x48165A) is known color: Scarlet Gum. HEX triplet: 48, 16 and 5A. RGB value is (72,22,90). Sum of RGB (Red+Green+Blue) = 72+22+90=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #48165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48165A is #B7E9A5. Grayscale: #2C2C2C. Windows color (decimal): -12052902 or 5903944. OLE color: 5903944.

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

Color convert

RGB 72 22 90 -
CMYK 0.20 0.76 0 0.65
HSL 284.12º 0.61% 0.22% -
HSV(B) 284.12º 0.76% 0.35% -
XYZ 4.8 2.69 9.94 -
YUV 44.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 72 22 90 0.20 0.76 0 0.65 284.12 0.61 0.22
Hex 48 16 5A 14 4C 0 41 11C 3D 16
Octal 110 26 132 24 114 0 101 434 75 26
Binary 1001000 10110 1011010 10100 1001100 0 1000001 100011100 111101 10110

Color Harmonies of #48165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48165A

Black with #48165A

Text Example


Text Example

White with #48165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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