#541463

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

Shades of Scarlet Gum #541463

Tints of Scarlet Gum #541463

Color information

#541463 (or 0x541463) is unknown color: approx Scarlet Gum. HEX triplet: 54, 14 and 63. RGB value is (84,20,99). Sum of RGB (Red+Green+Blue) = 84+20+99=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #541463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541463 is #ABEB9C. Grayscale: #2F2F2F. Windows color (decimal): -11266973 or 6493268. OLE color: 6493268.

HSL color Cylindrical-coordinate representation of color #541463: hue angle of 288.61º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541463 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB842099-
CMYK0.150.8000.61
HSL288.61º66.39%23.33%-
HSV(B)288.61º79.8%38.82%-
XYZ6.163.2912.11-
YUV48.14156.7153.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=41.38%
G=9.85%
B=48.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8420990.150.8000.61288.6166.3923.33
Hex541463F5003D1214217
Octal124241431712007544110227
Binary1010100101001100011111110100000111101100100001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541463; }

 p { color: rgb(84,20,99); }

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

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

 a { background-color: rgb(84,20,99); }

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

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

 span { border-color: rgb(84,20,99); }

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