#52136A

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

Shades of Scarlet Gum #52136A

Tints of Scarlet Gum #52136A

Color information

#52136A (or 0x52136A) is unknown color: approx Scarlet Gum. HEX triplet: 52, 13 and 6A. RGB value is (82,19,106). Sum of RGB (Red+Green+Blue) = 82+19+106=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #52136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52136A is #ADEC95. Grayscale: #2F2F2F. Windows color (decimal): -11398294 or 6951762. OLE color: 6951762.

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

Color convert

RGB8219106-
CMYK0.230.8200.58
HSL283.45º69.6%24.51%-
HSV(B)283.45º82.08%41.57%-
XYZ6.313.313.94-
YUV47.76160.87152.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 106 (41.80% from 255) = 51.21%
R=39.61%
G=9.18%
B=51.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82191060.230.8200.58283.4569.624.51
Hex52136A175203A11b4619
Octal122231522712207243310631
Binary10100101001111010101011110100100111010100011011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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