#48205A

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

Shades of Scarlet Gum #48205A

Tints of Scarlet Gum #48205A

Color information

#48205A (or 0x48205A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 20 and 5A. RGB value is (72,32,90). Sum of RGB (Red+Green+Blue) = 72+32+90=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #48205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48205A is #B7DFA5. Grayscale: #323232. Windows color (decimal): -12050342 or 5906504. OLE color: 5906504.

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

Color convert

RGB723290-
CMYK0.200.6400.65
HSL281.38º47.54%23.92%-
HSV(B)281.38º64.44%35.29%-
XYZ5.033.1510.02-
YUV50.57150.25143.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=37.11%
G=16.49%
B=46.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7232900.200.6400.65281.3847.5423.92
Hex48205A14400411193018
Octal110401322410001014316030
Binary100100010000010110101010010000000100000110001100111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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