#48365B

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

Shades of Scarlet Gum #48365B

Tints of Scarlet Gum #48365B

Color information

#48365B (or 0x48365B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 36 and 5B. RGB value is (72,54,91). Sum of RGB (Red+Green+Blue) = 72+54+91=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #48365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48365B is #B7C9A4. Grayscale: #3F3F3F. Windows color (decimal): -12044709 or 5977672. OLE color: 5977672.

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

Color convert

RGB725491-
CMYK0.210.4100.64
HSL269.19º25.52%28.43%-
HSV(B)269.19º40.66%35.69%-
XYZ5.884.7710.51-
YUV63.6143.46133.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=33.18%
G=24.88%
B=41.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7254910.210.4100.64269.1925.5228.43
Hex48365B152904010d1a1c
Octal11066133255101004153234
Binary1001000110110101101110101101001010000001000011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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