#48365A

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

Shades of Scarlet Gum #48365A

Tints of Scarlet Gum #48365A

Color information

#48365A (or 0x48365A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 36 and 5A. RGB value is (72,54,90). Sum of RGB (Red+Green+Blue) = 72+54+90=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #48365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48365A is #B7C9A5. Grayscale: #3F3F3F. Windows color (decimal): -12044710 or 5912136. OLE color: 5912136.

HSL color Cylindrical-coordinate representation of color #48365A: hue angle of 270º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48365A is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB725490-
CMYK0.200.4000.65
HSL270º25%28.24%-
HSV(B)270º40%35.29%-
XYZ5.844.7510.28-
YUV63.49142.96134.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=33.33%
G=25%
B=41.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7254900.200.4000.652702528.24
Hex48365A142804110e191c
Octal11066132245001014163134
Binary1001000110110101101010100101000010000011000011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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