#48265B

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

Shades of Scarlet Gum #48265B

Tints of Scarlet Gum #48265B

Color information

#48265B (or 0x48265B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 26 and 5B. RGB value is (72,38,91). Sum of RGB (Red+Green+Blue) = 72+38+91=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #48265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48265B is #B7D9A4. Grayscale: #363636. Windows color (decimal): -12048805 or 5973576. OLE color: 5973576.

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

Color convert

RGB723891-
CMYK0.210.5800.64
HSL278.49º41.09%25.29%-
HSV(B)278.49º58.24%35.69%-
XYZ5.253.5210.3-
YUV54.21148.76140.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=35.82%
G=18.91%
B=45.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7238910.210.5800.64278.4941.0925.29
Hex48265B153A0401162919
Octal11046133257201004265131
Binary10010001001101011011101011110100100000010001011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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