#48225A

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

Shades of Scarlet Gum #48225A

Tints of Scarlet Gum #48225A

Color information

#48225A (or 0x48225A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 22 and 5A. RGB value is (72,34,90). Sum of RGB (Red+Green+Blue) = 72+34+90=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #48225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48225A is #B7DDA5. Grayscale: #333333. Windows color (decimal): -12049830 or 5907016. OLE color: 5907016.

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

Color convert

RGB723490-
CMYK0.200.6200.65
HSL280.71º45.16%24.31%-
HSV(B)280.71º62.22%35.29%-
XYZ5.093.2610.03-
YUV51.75149.59142.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=36.73%
G=17.35%
B=45.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7234900.200.6200.65280.7145.1624.31
Hex48225A143E0411192d18
Octal11042132247601014315530
Binary10010001000101011010101001111100100000110001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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