#52146B

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

Shades of Scarlet Gum #52146B

Tints of Scarlet Gum #52146B

Color information

#52146B (or 0x52146B) is unknown color: approx Scarlet Gum. HEX triplet: 52, 14 and 6B. RGB value is (82,20,107). Sum of RGB (Red+Green+Blue) = 82+20+107=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #52146B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52146B is #ADEB94. Grayscale: #303030. Windows color (decimal): -11398037 or 7017554. OLE color: 7017554.

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

Color convert

RGB8220107-
CMYK0.230.8100.58
HSL282.76º68.5%24.9%-
HSV(B)282.76º81.31%41.96%-
XYZ6.383.3614.22-
YUV48.46161.04151.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=39.23%
G=9.57%
B=51.20%

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
Decimal82201070.230.8100.58282.7668.524.9
Hex52146B175103A11b4519
Octal122241532712107243310531
Binary10100101010011010111011110100010111010100011011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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