#48165A

Color #48165A Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #48165A

Tints of Scarlet Gum #48165A

Color information

#48165A (or 0x48165A) is unknown color: approx 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

RGB722290-
CMYK0.200.7600.65
HSL284.12º60.71%21.96%-
HSV(B)284.12º75.56%35.29%-
XYZ4.82.699.94-
YUV44.7153.56147.47-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7222900.200.7600.65284.1260.7121.96
Hex48165A144C04111c3d16
Octal110261322411401014347526
Binary10010001011010110101010010011000100000110001110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>