#48135A

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

Shades of Scarlet Gum #48135A

Tints of Scarlet Gum #48135A

Color information

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

RGB721990-
CMYK0.200.7900.65
HSL284.79º65.14%21.37%-
HSV(B)284.79º78.89%35.29%-
XYZ4.752.589.92-
YUV42.94154.56148.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=39.78%
G=10.50%
B=49.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7219900.200.7900.65284.7965.1421.37
Hex48135A144F04111d4115
Octal1102313224117010143510125
Binary100100010011101101010100100111101000001100011101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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