#52146A

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

Shades of Scarlet Gum #52146A

Tints of Scarlet Gum #52146A

Color information

#52146A (or 0x52146A) is unknown color: approx Scarlet Gum. HEX triplet: 52, 14 and 6A. RGB value is (82,20,106). Sum of RGB (Red+Green+Blue) = 82+20+106=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #52146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52146A is #ADEB95. Grayscale: #303030. Windows color (decimal): -11398038 or 6952018. OLE color: 6952018.

HSL color Cylindrical-coordinate representation of color #52146A: hue angle of 283.26º 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 #52146A is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8220106-
CMYK0.230.8100.58
HSL283.26º68.25%24.71%-
HSV(B)283.26º81.13%41.57%-
XYZ6.333.3313.95-
YUV48.34160.54152.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=39.42%
G=9.62%
B=50.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82201060.230.8100.58283.2668.2524.71
Hex52146A175103A11b4419
Octal122241522712107243310431
Binary10100101010011010101011110100010111010100011011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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