#48195B

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

Shades of Scarlet Gum #48195B

Tints of Scarlet Gum #48195B

Color information

#48195B (or 0x48195B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 19 and 5B. RGB value is (72,25,91). Sum of RGB (Red+Green+Blue) = 72+25+91=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #48195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48195B is #B7E6A4. Grayscale: #2E2E2E. Windows color (decimal): -12052133 or 5970248. OLE color: 5970248.

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

Color convert

RGB722591-
CMYK0.210.7300.64
HSL282.73º56.9%22.75%-
HSV(B)282.73º72.53%35.69%-
XYZ4.912.8310.18-
YUV46.58153.07146.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=38.30%
G=13.30%
B=48.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7225910.210.7300.64282.7356.922.75
Hex48195B154904011b3917
Octal110311332511101004337127
Binary10010001100110110111010110010010100000010001101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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