#48325B

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

Shades of Scarlet Gum #48325B

Tints of Scarlet Gum #48325B

Color information

#48325B (or 0x48325B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 32 and 5B. RGB value is (72,50,91). Sum of RGB (Red+Green+Blue) = 72+50+91=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #48325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48325B is #B7CDA4. Grayscale: #3D3D3D. Windows color (decimal): -12045733 or 5976648. OLE color: 5976648.

HSL color Cylindrical-coordinate representation of color #48325B: hue angle of 272.2º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48325B is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB725091-
CMYK0.210.4500.64
HSL272.2º29.08%27.65%-
HSV(B)272.2º45.05%35.69%-
XYZ5.74.4110.45-
YUV61.25144.79135.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=33.80%
G=23.47%
B=42.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7250910.210.4500.64272.229.0827.65
Hex48325B152D0401101d1c
Octal11062133255501004203534
Binary1001000110010101101110101101101010000001000100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48325B; }

 p { color: rgb(72,50,91); }

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

<style>
 a { background-color: #48325B; }

 a { background-color: rgb(72,50,91); }

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

<style>
 span { border-color: #48325B; }

 span { border-color: rgb(72,50,91); }

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