#48235D

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

Shades of Scarlet Gum #48235D

Tints of Scarlet Gum #48235D

Color information

#48235D (or 0x48235D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 23 and 5D. RGB value is (72,35,93). Sum of RGB (Red+Green+Blue) = 72+35+93=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #48235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48235D is #B7DCA2. Grayscale: #343434. Windows color (decimal): -12049571 or 6103880. OLE color: 6103880.

HSL color Cylindrical-coordinate representation of color #48235D: hue angle of 278.28º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48235D is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB723593-
CMYK0.230.6200.64
HSL278.28º45.31%25.1%-
HSV(B)278.28º62.37%36.47%-
XYZ5.253.3710.73-
YUV52.68150.76141.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=36%
G=17.5%
B=46.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7235930.230.6200.64278.2845.3125.1
Hex48235D173E0401162d19
Octal11043135277601004265531
Binary10010001000111011101101111111100100000010001011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48235D; }

 p { color: rgb(72,35,93); }

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

<style>
 a { background-color: #48235D; }

 a { background-color: rgb(72,35,93); }

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

<style>
 span { border-color: #48235D; }

 span { border-color: rgb(72,35,93); }

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