#481263

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

Shades of Scarlet Gum #481263

Tints of Scarlet Gum #481263

Color information

#481263 (or 0x481263) is unknown color: approx Scarlet Gum. HEX triplet: 48, 12 and 63. RGB value is (72,18,99). Sum of RGB (Red+Green+Blue) = 72+18+99=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #481263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481263 is #B7ED9C. Grayscale: #2B2B2B. Windows color (decimal): -12053917 or 6492744. OLE color: 6492744.

HSL color Cylindrical-coordinate representation of color #481263: hue angle of 280º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481263 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB721899-
CMYK0.270.8200.61
HSL280º69.23%22.94%-
HSV(B)280º81.82%38.82%-
XYZ5.142.7112.06-
YUV43.38159.39148.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=38.10%
G=9.52%
B=52.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7218990.270.8200.6128069.2322.94
Hex4812631B5203D1184517
Octal110221433312207543010527
Binary10010001001011000111101110100100111101100011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481263; }

 p { color: rgb(72,18,99); }

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

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

 a { background-color: rgb(72,18,99); }

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

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

 span { border-color: rgb(72,18,99); }

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