#48035B

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

Shades of Scarlet Gum #48035B

Tints of Scarlet Gum #48035B

Color information

#48035B (or 0x48035B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 03 and 5B. RGB value is (72,3,91). Sum of RGB (Red+Green+Blue) = 72+3+91=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #48035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48035B is #B7FCA4. Grayscale: #212121. Windows color (decimal): -12057765 or 5964616. OLE color: 5964616.

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

Color convert

RGB72391-
CMYK0.210.9700.64
HSL287.05º93.62%18.43%-
HSV(B)287.05º96.7%35.69%-
XYZ4.592.210.08-
YUV33.66160.36155.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=43.37%
G=1.81%
B=54.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal723910.210.9700.64287.0593.6218.43
Hex4835B156104011f5e12
Octal110313325141010043713622
Binary100100011101101110101110000101000000100011111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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