#481D5F

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

Shades of Scarlet Gum #481D5F

Tints of Scarlet Gum #481D5F

Color information

#481D5F (or 0x481D5F) is unknown color: approx Scarlet Gum. HEX triplet: 48, 1D and 5F. RGB value is (72,29,95). Sum of RGB (Red+Green+Blue) = 72+29+95=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #481D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D5F is #B7E2A0. Grayscale: #313131. Windows color (decimal): -12051105 or 6233416. OLE color: 6233416.

HSL color Cylindrical-coordinate representation of color #481D5F: hue angle of 279.09º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481D5F is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB722995-
CMYK0.240.6900.63
HSL279.09º53.23%24.31%-
HSV(B)279.09º69.47%37.25%-
XYZ5.183.0811.15-
YUV49.38153.75144.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=36.73%
G=14.80%
B=48.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7229950.240.6900.63279.0953.2324.31
Hex481D5F184503F1173518
Octal11035137301050774276530
Binary1001000111011011111110001000101011111110001011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D5F; }

 p { color: rgb(72,29,95); }

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

<style>
 a { background-color: #481D5F; }

 a { background-color: rgb(72,29,95); }

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

<style>
 span { border-color: #481D5F; }

 span { border-color: rgb(72,29,95); }

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