#54146A

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

Shades of Scarlet Gum #54146A

Tints of Scarlet Gum #54146A

Color information

#54146A (or 0x54146A) is unknown color: approx Scarlet Gum. HEX triplet: 54, 14 and 6A. RGB value is (84,20,106). Sum of RGB (Red+Green+Blue) = 84+20+106=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #54146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54146A is #ABEB95. Grayscale: #303030. Windows color (decimal): -11266966 or 6952020. OLE color: 6952020.

HSL color Cylindrical-coordinate representation of color #54146A: hue angle of 284.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54146A is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8420106-
CMYK0.210.8100.58
HSL284.65º68.25%24.71%-
HSV(B)284.65º81.13%41.57%-
XYZ6.513.4313.95-
YUV48.94160.2153.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=40%
G=9.52%
B=50.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84201060.210.8100.58284.6568.2524.71
Hex54146A155103A11d4419
Octal124241522512107243510431
Binary10101001010011010101010110100010111010100011101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54146A; }

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

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

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

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

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

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

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

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