#530C63

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

Shades of Scarlet Gum #530C63

Tints of Scarlet Gum #530C63

Color information

#530C63 (or 0x530C63) is unknown color: approx Scarlet Gum. HEX triplet: 53, 0C and 63. RGB value is (83,12,99). Sum of RGB (Red+Green+Blue) = 83+12+99=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #530C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C63 is #ACF39C. Grayscale: #2A2A2A. Windows color (decimal): -11334557 or 6491219. OLE color: 6491219.

HSL color Cylindrical-coordinate representation of color #530C63: hue angle of 288.97º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530C63 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB831299-
CMYK0.160.8800.61
HSL288.97º78.38%21.76%-
HSV(B)288.97º87.88%38.82%-
XYZ5.95312.07-
YUV43.15159.52156.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 12 (5.08% from 255) = 6.19%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=42.78%
G=6.19%
B=51.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8312990.160.8800.61288.9778.3821.76
Hex53C63105803D1214e16
Octal123141432013007544111626
Binary1010011110011000111000010110000111101100100001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530C63; }

 p { color: rgb(83,12,99); }

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

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

 a { background-color: rgb(83,12,99); }

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

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

 span { border-color: rgb(83,12,99); }

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