#48215F

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

Shades of Scarlet Gum #48215F

Tints of Scarlet Gum #48215F

Color information

#48215F (or 0x48215F) is unknown color: approx Scarlet Gum. HEX triplet: 48, 21 and 5F. RGB value is (72,33,95). Sum of RGB (Red+Green+Blue) = 72+33+95=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #48215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48215F is #B7DEA0. Grayscale: #333333. Windows color (decimal): -12050081 or 6234440. OLE color: 6234440.

HSL color Cylindrical-coordinate representation of color #48215F: hue angle of 277.74º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48215F is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB723395-
CMYK0.240.6500.63
HSL277.74º48.44%25.1%-
HSV(B)277.74º65.26%37.25%-
XYZ5.283.2911.18-
YUV51.73152.42142.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=36%
G=16.5%
B=47.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7233950.240.6500.63277.7448.4425.1
Hex48215F184103F1163019
Octal11041137301010774266031
Binary10010001000011011111110001000001011111110001011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48215F; }

 p { color: rgb(72,33,95); }

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

<style>
 a { background-color: #48215F; }

 a { background-color: rgb(72,33,95); }

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

<style>
 span { border-color: #48215F; }

 span { border-color: rgb(72,33,95); }

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