#48065C

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

Shades of Scarlet Gum #48065C

Tints of Scarlet Gum #48065C

Color information

#48065C (or 0x48065C) is unknown color: approx Scarlet Gum. HEX triplet: 48, 06 and 5C. RGB value is (72,6,92). Sum of RGB (Red+Green+Blue) = 72+6+92=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #48065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48065C is #B7F9A3. Grayscale: #232323. Windows color (decimal): -12056996 or 6030920. OLE color: 6030920.

HSL color Cylindrical-coordinate representation of color #48065C: hue angle of 286.05º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48065C is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB72692-
CMYK0.220.9300.64
HSL286.05º87.76%19.22%-
HSV(B)286.05º93.48%36.08%-
XYZ4.672.2810.32-
YUV35.54159.87154.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 92 (36.33% from 255) = 54.12%
R=42.35%
G=3.53%
B=54.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal726920.220.9300.64286.0587.7619.22
Hex4865C165D04011e5813
Octal110613426135010043613023
Binary1001000110101110010110101110101000000100011110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48065C; }

 p { color: rgb(72,6,92); }

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

<style>
 a { background-color: #48065C; }

 a { background-color: rgb(72,6,92); }

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

<style>
 span { border-color: #48065C; }

 span { border-color: rgb(72,6,92); }

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