#48335A

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

Shades of Scarlet Gum #48335A

Tints of Scarlet Gum #48335A

Color information

#48335A (or 0x48335A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 33 and 5A. RGB value is (72,51,90). Sum of RGB (Red+Green+Blue) = 72+51+90=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #48335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48335A is #B7CCA5. Grayscale: #3D3D3D. Windows color (decimal): -12045478 or 5911368. OLE color: 5911368.

HSL color Cylindrical-coordinate representation of color #48335A: hue angle of 272.31º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48335A is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB725190-
CMYK0.200.4300.65
HSL272.31º27.66%27.65%-
HSV(B)272.31º43.33%35.29%-
XYZ5.74.4810.24-
YUV61.72143.96135.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=33.80%
G=23.94%
B=42.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7251900.200.4300.65272.3127.6627.65
Hex48335A142B0411101c1c
Octal11063132245301014203434
Binary1001000110011101101010100101011010000011000100001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48335A; }

 p { color: rgb(72,51,90); }

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

<style>
 a { background-color: #48335A; }

 a { background-color: rgb(72,51,90); }

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

<style>
 span { border-color: #48335A; }

 span { border-color: rgb(72,51,90); }

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