#481367

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

Shades of Scarlet Gum #481367

Tints of Scarlet Gum #481367

Color information

#481367 (or 0x481367) is unknown color: approx Scarlet Gum. HEX triplet: 48, 13 and 67. RGB value is (72,19,103). Sum of RGB (Red+Green+Blue) = 72+19+103=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #481367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481367 is #B7EC98. Grayscale: #2C2C2C. Windows color (decimal): -12053657 or 6755144. OLE color: 6755144.

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

Color convert

RGB7219103-
CMYK0.300.8200.60
HSL277.86º68.85%23.92%-
HSV(B)277.86º81.55%40.39%-
XYZ5.352.8213.09-
YUV44.42161.06147.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=37.11%
G=9.79%
B=53.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72191030.300.8200.60277.8668.8523.92
Hex4813671E5203C1164518
Octal110231473612207442610530
Binary10010001001111001111111010100100111100100010110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481367; }

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

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

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

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

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

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

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

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