#481467

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

Shades of Scarlet Gum #481467

Tints of Scarlet Gum #481467

Color information

#481467 (or 0x481467) is unknown color: approx Scarlet Gum. HEX triplet: 48, 14 and 67. RGB value is (72,20,103). Sum of RGB (Red+Green+Blue) = 72+20+103=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #481467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481467 is #B7EB98. Grayscale: #2C2C2C. Windows color (decimal): -12053401 or 6755400. OLE color: 6755400.

HSL color Cylindrical-coordinate representation of color #481467: hue angle of 277.59º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481467 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7220103-
CMYK0.300.8100.60
HSL277.59º67.48%24.12%-
HSV(B)277.59º80.58%40.39%-
XYZ5.372.8613.1-
YUV45.01160.73147.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=36.92%
G=10.26%
B=52.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72201030.300.8100.60277.5967.4824.12
Hex4814671E5103C1164318
Octal110241473612107442610330
Binary10010001010011001111111010100010111100100010110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481467; }

 p { color: rgb(72,20,103); }

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

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

 a { background-color: rgb(72,20,103); }

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

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

 span { border-color: rgb(72,20,103); }

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