#48315A

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

Shades of Scarlet Gum #48315A

Tints of Scarlet Gum #48315A

Color information

#48315A (or 0x48315A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 31 and 5A. RGB value is (72,49,90). Sum of RGB (Red+Green+Blue) = 72+49+90=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #48315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48315A is #B7CEA5. Grayscale: #3C3C3C. Windows color (decimal): -12045990 or 5910856. OLE color: 5910856.

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

Color convert

RGB724990-
CMYK0.200.4600.65
HSL273.66º29.5%27.25%-
HSV(B)273.66º45.56%35.29%-
XYZ5.624.3110.21-
YUV60.55144.62136.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=34.12%
G=23.22%
B=42.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7249900.200.4600.65273.6629.527.25
Hex48315A142E0411121d1b
Octal11061132245601014223533
Binary1001000110001101101010100101110010000011000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48315A;
 }
 .AnyTagClassName
 {
   color: #48315A;
 }
</style>
background-color css

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

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

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

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

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

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